Html Css Color HEX #CBE864 Mindaro

📋 copy color: '#CBE864'

red 203 ◦ green 232 ◦ blue 100

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

Shades of Mindaro #CBE864

Tints of Mindaro #CBE864

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.36%

 BLUE value IS 100 (39.45% from 255) = 18.69%

R = 37.94%
G = 43.36%
B = 18.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#CBE864 (or 0xCBE864) is known color: Mindaro. HEX triplet: CB, E8 and 64. RGB value is (203,232,100). Sum of RGB (Red+Green+Blue) = 203+232+100=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 232 (91.02% from 255 or 43.36% from 535); Blue value is 100 (39.45% from 255 or 18.69% from 535); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE864 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE864 is #34179B. Grayscale: #D0D0D0. Windows color (decimal): -3413916 or 6613195. OLE color: 6613195.

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

Color convert

RGB 203 232 100 -
CMYK 0.12 0 0.57 0.09
HSL 73.18º 0.74% 0.65% -
HSV(B) 73.18º 0.57% 0.91% -
XYZ 55.79 71.33 22.88 -
YUV 208.28 66.89 124.23 -
System Red Green Blue C M Y K H S L
Decimal 203 232 100 0.12 0 0.57 0.09 73.18 0.74 0.65
Hex CB E8 64 C 0 39 9 49 4A 41
Octal 313 350 144 14 0 71 11 111 112 101
Binary 11001011 11101000 1100100 1100 0 111001 1001 1001001 1001010 1000001

Color Harmonies of #CBE864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE864

Black with #CBE864

Text Example


Text Example

White with #CBE864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE864; }

 p { color: rgb(203,232,100); }

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

background-color css

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

 a { background-color: rgb(203,232,100); }

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

border-color css

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

 span { border-color: rgb(203,232,100); }

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