Html Css Color HEX #CBE869 Mindaro

📋 copy color: '#CBE869'

red 203 ◦ green 232 ◦ blue 105

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

Shades of Mindaro #CBE869

Tints of Mindaro #CBE869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.44%

R = 37.59%
G = 42.96%
B = 19.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#CBE869 (or 0xCBE869) is known color: Mindaro. HEX triplet: CB, E8 and 69. RGB value is (203,232,105). Sum of RGB (Red+Green+Blue) = 203+232+105=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 232 (91.02% from 255 or 42.96% from 540); Blue value is 105 (41.41% from 255 or 19.44% from 540); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE869 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE869 is #341796. Grayscale: #D1D1D1. Windows color (decimal): -3413911 or 6940875. OLE color: 6940875.

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

Color convert

RGB 203 232 105 -
CMYK 0.12 0 0.55 0.09
HSL 73.7º 0.73% 0.66% -
HSV(B) 73.7º 0.55% 0.91% -
XYZ 56.04 71.43 24.2 -
YUV 208.85 69.39 123.83 -
System Red Green Blue C M Y K H S L
Decimal 203 232 105 0.12 0 0.55 0.09 73.7 0.73 0.66
Hex CB E8 69 C 0 37 9 4A 49 42
Octal 313 350 151 14 0 67 11 112 111 102
Binary 11001011 11101000 1101001 1100 0 110111 1001 1001010 1001001 1000010

Color Harmonies of #CBE869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE869

Black with #CBE869

Text Example


Text Example

White with #CBE869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE869; }

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

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

background-color css

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

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

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

border-color css

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

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

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