Html Css Color HEX #CBE074 Mindaro

📋 copy color: '#CBE074'

red 203 ◦ green 224 ◦ blue 116

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

Shades of Mindaro #CBE074

Tints of Mindaro #CBE074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.36%

R = 37.38%
G = 41.25%
B = 21.36%

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

#CBE074 (or 0xCBE074) is known color: Mindaro. HEX triplet: CB, E0 and 74. RGB value is (203,224,116). Sum of RGB (Red+Green+Blue) = 203+224+116=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 116 (45.70% from 255 or 21.36% from 543); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE074 is #341F8B. Grayscale: #CDCDCD. Windows color (decimal): -3415948 or 7659723. OLE color: 7659723.

HSL color Cylindrical-coordinate representation of color #CBE074: hue angle of 71.67º degrees, saturation: 0.64, 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 #CBE074 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 224 116 -
CMYK 0.09 0 0.48 0.12
HSL 71.67º 0.64% 0.67% -
HSV(B) 71.67º 0.48% 0.88% -
XYZ 54.44 67.27 26.64 -
YUV 205.41 77.54 126.28 -
System Red Green Blue C M Y K H S L
Decimal 203 224 116 0.09 0 0.48 0.12 71.67 0.64 0.67
Hex CB E0 74 9 0 30 C 48 40 43
Octal 313 340 164 11 0 60 14 110 100 103
Binary 11001011 11100000 1110100 1001 0 110000 1100 1001000 1000000 1000011

Color Harmonies of #CBE074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE074

Black with #CBE074

Text Example


Text Example

White with #CBE074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE074; }

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

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

background-color css

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

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

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

border-color css

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

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

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