Html Css Color HEX #CBE55F Mindaro

📋 copy color: '#CBE55F'

red 203 ◦ green 229 ◦ blue 95

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

Shades of Mindaro #CBE55F

Tints of Mindaro #CBE55F

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.45%

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

R = 38.52%
G = 43.45%
B = 18.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#CBE55F (or 0xCBE55F) is known color: Mindaro. HEX triplet: CB, E5 and 5F. RGB value is (203,229,95). Sum of RGB (Red+Green+Blue) = 203+229+95=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 229 (89.84% from 255 or 43.45% from 527); Blue value is 95 (37.5% from 255 or 18.03% from 527); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE55F is #341AA0. Grayscale: #CECECE. Windows color (decimal): -3414689 or 6284747. OLE color: 6284747.

HSL color Cylindrical-coordinate representation of color #CBE55F: hue angle of 71.64º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CBE55F is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 229 95 -
CMYK 0.11 0 0.59 0.10
HSL 71.64º 0.72% 0.64% -
HSV(B) 71.64º 0.59% 0.9% -
XYZ 54.71 69.56 21.37 -
YUV 205.95 65.39 125.9 -
System Red Green Blue C M Y K H S L
Decimal 203 229 95 0.11 0 0.59 0.10 71.64 0.72 0.64
Hex CB E5 5F B 0 3B A 48 48 40
Octal 313 345 137 13 0 73 12 110 110 100
Binary 11001011 11100101 1011111 1011 0 111011 1010 1001000 1001000 1000000

Color Harmonies of #CBE55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE55F

Black with #CBE55F

Text Example


Text Example

White with #CBE55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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