Html Css Color HEX #CBE05F Mindaro

📋 copy color: '#CBE05F'

red 203 ◦ green 224 ◦ blue 95

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

Shades of Mindaro #CBE05F

Tints of Mindaro #CBE05F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.91%

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

R = 38.89%
G = 42.91%
B = 18.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#CBE05F (or 0xCBE05F) is known color: Mindaro. HEX triplet: CB, E0 and 5F. RGB value is (203,224,95). Sum of RGB (Red+Green+Blue) = 203+224+95=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 95 (37.5% from 255 or 18.20% from 522); Max value from RGB is 224 - color contains mainly: green. Hex color #CBE05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE05F is #341FA0. Grayscale: #CBCBCB. Windows color (decimal): -3415969 or 6283467. OLE color: 6283467.

HSL color Cylindrical-coordinate representation of color #CBE05F: hue angle of 69.77º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBE05F is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 224 95 -
CMYK 0.09 0 0.58 0.12
HSL 69.77º 0.68% 0.63% -
HSV(B) 69.77º 0.58% 0.88% -
XYZ 53.35 66.83 20.91 -
YUV 203.02 67.04 127.99 -
System Red Green Blue C M Y K H S L
Decimal 203 224 95 0.09 0 0.58 0.12 69.77 0.68 0.63
Hex CB E0 5F 9 0 3A C 46 44 3F
Octal 313 340 137 11 0 72 14 106 104 77
Binary 11001011 11100000 1011111 1001 0 111010 1100 1000110 1000100 111111

Color Harmonies of #CBE05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE05F

Black with #CBE05F

Text Example


Text Example

White with #CBE05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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