Html Css Color HEX #CBE964 Mindaro

📋 copy color: '#CBE964'

red 203 ◦ green 233 ◦ blue 100

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

Shades of Mindaro #CBE964

Tints of Mindaro #CBE964

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.47%

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

R = 37.87%
G = 43.47%
B = 18.66%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#CBE964 (or 0xCBE964) is known color: Mindaro. HEX triplet: CB, E9 and 64. RGB value is (203,233,100). Sum of RGB (Red+Green+Blue) = 203+233+100=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 233 (91.41% from 255 or 43.47% from 536); Blue value is 100 (39.45% from 255 or 18.66% from 536); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE964 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE964 is #34169B. Grayscale: #D1D1D1. Windows color (decimal): -3413660 or 6613451. OLE color: 6613451.

HSL color Cylindrical-coordinate representation of color #CBE964: hue angle of 73.53º degrees, saturation: 0.75, 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 #CBE964 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 233 100 -
CMYK 0.13 0 0.57 0.09
HSL 73.53º 0.75% 0.65% -
HSV(B) 73.53º 0.57% 0.91% -
XYZ 56.07 71.89 22.98 -
YUV 208.87 66.56 123.81 -
System Red Green Blue C M Y K H S L
Decimal 203 233 100 0.13 0 0.57 0.09 73.53 0.75 0.65
Hex CB E9 64 D 0 39 9 4A 4B 41
Octal 313 351 144 15 0 71 11 112 113 101
Binary 11001011 11101001 1100100 1101 0 111001 1001 1001010 1001011 1000001

Color Harmonies of #CBE964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE964

Black with #CBE964

Text Example


Text Example

White with #CBE964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE964; }

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

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

background-color css

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

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

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

border-color css

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

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

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