Html Css Color HEX #CBE965 Mindaro

📋 copy color: '#CBE965'

red 203 ◦ green 233 ◦ blue 101

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

Shades of Mindaro #CBE965

Tints of Mindaro #CBE965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.81%

R = 37.8%
G = 43.39%
B = 18.81%

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

#CBE965 (or 0xCBE965) is known color: Mindaro. HEX triplet: CB, E9 and 65. RGB value is (203,233,101). Sum of RGB (Red+Green+Blue) = 203+233+101=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 233 (91.41% from 255 or 43.39% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE965 is #34169A. Grayscale: #D1D1D1. Windows color (decimal): -3413659 or 6678987. OLE color: 6678987.

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

Color convert

RGB 203 233 101 -
CMYK 0.13 0 0.57 0.09
HSL 73.64º 0.75% 0.65% -
HSV(B) 73.64º 0.57% 0.91% -
XYZ 56.12 71.91 23.24 -
YUV 208.98 67.06 123.73 -
System Red Green Blue C M Y K H S L
Decimal 203 233 101 0.13 0 0.57 0.09 73.64 0.75 0.65
Hex CB E9 65 D 0 39 9 4A 4B 41
Octal 313 351 145 15 0 71 11 112 113 101
Binary 11001011 11101001 1100101 1101 0 111001 1001 1001010 1001011 1000001

Color Harmonies of #CBE965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE965

Black with #CBE965

Text Example


Text Example

White with #CBE965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE965; }

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

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

background-color css

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

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

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

border-color css

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

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

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