Html Css Color HEX #CBE45F Mindaro

📋 copy color: '#CBE45F'

red 203 ◦ green 228 ◦ blue 95

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

Shades of Mindaro #CBE45F

Tints of Mindaro #CBE45F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.06%

R = 38.59%
G = 43.35%
B = 18.06%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#CBE45F (or 0xCBE45F) is known color: Mindaro. HEX triplet: CB, E4 and 5F. RGB value is (203,228,95). Sum of RGB (Red+Green+Blue) = 203+228+95=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 228 (89.45% from 255 or 43.35% from 526); Blue value is 95 (37.5% from 255 or 18.06% from 526); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE45F is #341BA0. Grayscale: #CDCDCD. Windows color (decimal): -3414945 or 6284491. OLE color: 6284491.

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

Color convert

RGB 203 228 95 -
CMYK 0.11 0 0.58 0.11
HSL 71.28º 0.71% 0.63% -
HSV(B) 71.28º 0.58% 0.89% -
XYZ 54.44 69.01 21.28 -
YUV 205.36 65.72 126.31 -
System Red Green Blue C M Y K H S L
Decimal 203 228 95 0.11 0 0.58 0.11 71.28 0.71 0.63
Hex CB E4 5F B 0 3A B 47 47 3F
Octal 313 344 137 13 0 72 13 107 107 77
Binary 11001011 11100100 1011111 1011 0 111010 1011 1000111 1000111 111111

Color Harmonies of #CBE45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE45F

Black with #CBE45F

Text Example


Text Example

White with #CBE45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE45F; }

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

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

background-color css

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

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

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

border-color css

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

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

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