Html Css Color HEX #CBE865 Mindaro

📋 copy color: '#CBE865'

red 203 ◦ green 232 ◦ blue 101

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

Shades of Mindaro #CBE865

Tints of Mindaro #CBE865

RGB

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

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

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

R = 37.87%
G = 43.28%
B = 18.84%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#CBE865 (or 0xCBE865) is known color: Mindaro. HEX triplet: CB, E8 and 65. RGB value is (203,232,101). Sum of RGB (Red+Green+Blue) = 203+232+101=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 232 (91.02% from 255 or 43.28% from 536); Blue value is 101 (39.84% from 255 or 18.84% from 536); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE865 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE865 is #34179A. Grayscale: #D0D0D0. Windows color (decimal): -3413915 or 6678731. OLE color: 6678731.

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

Color convert

RGB 203 232 101 -
CMYK 0.12 0 0.56 0.09
HSL 73.28º 0.74% 0.65% -
HSV(B) 73.28º 0.56% 0.91% -
XYZ 55.83 71.35 23.14 -
YUV 208.4 67.39 124.15 -
System Red Green Blue C M Y K H S L
Decimal 203 232 101 0.12 0 0.56 0.09 73.28 0.74 0.65
Hex CB E8 65 C 0 38 9 49 4A 41
Octal 313 350 145 14 0 70 11 111 112 101
Binary 11001011 11101000 1100101 1100 0 111000 1001 1001001 1001010 1000001

Color Harmonies of #CBE865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE865

Black with #CBE865

Text Example


Text Example

White with #CBE865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE865; }

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

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

background-color css

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

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

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

border-color css

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

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

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