Html Css Color HEX #CBE55D Mindaro

📋 copy color: '#CBE55D'

red 203 ◦ green 229 ◦ blue 93

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

Shades of Mindaro #CBE55D

Tints of Mindaro #CBE55D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.71%

R = 38.67%
G = 43.62%
B = 17.71%

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

#CBE55D (or 0xCBE55D) is known color: Mindaro. HEX triplet: CB, E5 and 5D. RGB value is (203,229,93). Sum of RGB (Red+Green+Blue) = 203+229+93=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 229 (89.84% from 255 or 43.62% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE55D is #341AA2. Grayscale: #CECECE. Windows color (decimal): -3414691 or 6153675. OLE color: 6153675.

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

Color convert

RGB 203 229 93 -
CMYK 0.11 0 0.59 0.10
HSL 71.47º 0.72% 0.63% -
HSV(B) 71.47º 0.59% 0.9% -
XYZ 54.62 69.53 20.9 -
YUV 205.72 64.39 126.06 -
System Red Green Blue C M Y K H S L
Decimal 203 229 93 0.11 0 0.59 0.10 71.47 0.72 0.63
Hex CB E5 5D B 0 3B A 47 48 3F
Octal 313 345 135 13 0 73 12 107 110 77
Binary 11001011 11100101 1011101 1011 0 111011 1010 1000111 1001000 111111

Color Harmonies of #CBE55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE55D

Black with #CBE55D

Text Example


Text Example

White with #CBE55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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