Html Css Color HEX #CBE75F Mindaro

📋 copy color: '#CBE75F'

red 203 ◦ green 231 ◦ blue 95

#CBE75F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #CBE75F

Tints of Mindaro #CBE75F

RGB

 RED value IS 203 (79.69% from 255) = 38.37%

 GREEN value IS 231 (90.63% from 255) = 43.67%

 BLUE value IS 95 (37.5% from 255) = 17.96%

R = 38.37%
G = 43.67%
B = 17.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBE75F (or 0xCBE75F) is known color: Mindaro. HEX triplet: CB, E7 and 5F. RGB value is (203,231,95). Sum of RGB (Red+Green+Blue) = 203+231+95=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 231 (90.62% from 255 or 43.67% from 529); Blue value is 95 (37.5% from 255 or 17.96% from 529); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE75F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE75F is #3418A0. Grayscale: #CFCFCF. Windows color (decimal): -3414177 or 6285259. OLE color: 6285259.

HSL color Cylindrical-coordinate representation of color #CBE75F: hue angle of 72.35º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CBE75F is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 231 95 -
CMYK 0.12 0 0.59 0.09
HSL 72.35º 0.74% 0.64% -
HSV(B) 72.35º 0.59% 0.91% -
XYZ 55.27 70.67 21.55 -
YUV 207.12 64.72 125.06 -
System Red Green Blue C M Y K H S L
Decimal 203 231 95 0.12 0 0.59 0.09 72.35 0.74 0.64
Hex CB E7 5F C 0 3B 9 48 4A 40
Octal 313 347 137 14 0 73 11 110 112 100
Binary 11001011 11100111 1011111 1100 0 111011 1001 1001000 1001010 1000000

Color Harmonies of #CBE75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE75F

Black with #CBE75F

Text Example


Text Example

White with #CBE75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE75F; }

 p { color: rgb(203,231,95); }

 H1.HeaderClassName
 {
   color: #CBE75F;
 }
 .AnyTagClassName
 {
   color: #CBE75F;
 }
</style>

background-color css

<style>
 a { background-color: #CBE75F; }

 a { background-color: rgb(203,231,95); }

 div.DivClassName
 {
   background-color: #CBE75F;
 }
 .BgClassName
 {
   background-color: #CBE75F;
 }
</style>

border-color css

<style>
 span { border-color: #CBE75F; }

 span { border-color: rgb(203,231,95); }

 td.TdClassName
 {
   border-color: #CBE75F;
 }
 .TagClassName
 {
   border-color: #CBE75F;
 }
</style>