Html Css Color HEX #CBE075 Mindaro

📋 copy color: '#CBE075'

red 203 ◦ green 224 ◦ blue 117

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

Shades of Mindaro #CBE075

Tints of Mindaro #CBE075

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.18%

 BLUE value IS 117 (46.09% from 255) = 21.51%

R = 37.32%
G = 41.18%
B = 21.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#CBE075 (or 0xCBE075) is known color: Mindaro. HEX triplet: CB, E0 and 75. RGB value is (203,224,117). Sum of RGB (Red+Green+Blue) = 203+224+117=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE075 is #341F8A. Grayscale: #CDCDCD. Windows color (decimal): -3415947 or 7725259. OLE color: 7725259.

HSL color Cylindrical-coordinate representation of color #CBE075: hue angle of 71.78º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBE075 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 224 117 -
CMYK 0.09 0 0.48 0.12
HSL 71.78º 0.63% 0.67% -
HSV(B) 71.78º 0.48% 0.88% -
XYZ 54.5 67.29 26.95 -
YUV 205.52 78.04 126.2 -
System Red Green Blue C M Y K H S L
Decimal 203 224 117 0.09 0 0.48 0.12 71.78 0.63 0.67
Hex CB E0 75 9 0 30 C 48 3F 43
Octal 313 340 165 11 0 60 14 110 77 103
Binary 11001011 11100000 1110101 1001 0 110000 1100 1001000 111111 1000011

Color Harmonies of #CBE075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE075

Black with #CBE075

Text Example


Text Example

White with #CBE075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE075; }

 p { color: rgb(203,224,117); }

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

background-color css

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

 a { background-color: rgb(203,224,117); }

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

border-color css

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

 span { border-color: rgb(203,224,117); }

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