Html Css Color HEX #CBE45C Mindaro

📋 copy color: '#CBE45C'

red 203 ◦ green 228 ◦ blue 92

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

Shades of Mindaro #CBE45C

Tints of Mindaro #CBE45C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.59%

 BLUE value IS 92 (36.33% from 255) = 17.59%

R = 38.81%
G = 43.59%
B = 17.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#CBE45C (or 0xCBE45C) is known color: Mindaro. HEX triplet: CB, E4 and 5C. RGB value is (203,228,92). Sum of RGB (Red+Green+Blue) = 203+228+92=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 228 (89.45% from 255 or 43.59% from 523); Blue value is 92 (36.33% from 255 or 17.59% from 523); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE45C is #341BA3. Grayscale: #CDCDCD. Windows color (decimal): -3414948 or 6087883. OLE color: 6087883.

HSL color Cylindrical-coordinate representation of color #CBE45C: hue angle of 71.03º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBE45C is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 228 92 -
CMYK 0.11 0 0.60 0.11
HSL 71.03º 0.72% 0.63% -
HSV(B) 71.03º 0.6% 0.89% -
XYZ 54.3 68.96 20.57 -
YUV 205.02 64.22 126.56 -
System Red Green Blue C M Y K H S L
Decimal 203 228 92 0.11 0 0.60 0.11 71.03 0.72 0.63
Hex CB E4 5C B 0 3C B 47 48 3F
Octal 313 344 134 13 0 74 13 107 110 77
Binary 11001011 11100100 1011100 1011 0 111100 1011 1000111 1001000 111111

Color Harmonies of #CBE45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE45C

Black with #CBE45C

Text Example


Text Example

White with #CBE45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE45C; }

 p { color: rgb(203,228,92); }

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

background-color css

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

 a { background-color: rgb(203,228,92); }

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

border-color css

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

 span { border-color: rgb(203,228,92); }

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