Html Css Color HEX #CBEB5E Mindaro

📋 copy color: '#CBEB5E'

red 203 ◦ green 235 ◦ blue 94

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

Shades of Mindaro #CBEB5E

Tints of Mindaro #CBEB5E

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.17%

 BLUE value IS 94 (37.11% from 255) = 17.67%

R = 38.16%
G = 44.17%
B = 17.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#CBEB5E (or 0xCBEB5E) is known color: Mindaro. HEX triplet: CB, EB and 5E. RGB value is (203,235,94). Sum of RGB (Red+Green+Blue) = 203+235+94=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 94 (37.11% from 255 or 17.67% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEB5E is #3414A1. Grayscale: #D1D1D1. Windows color (decimal): -3413154 or 6220747. OLE color: 6220747.

HSL color Cylindrical-coordinate representation of color #CBEB5E: hue angle of 73.62º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBEB5E is Cyan = 0.14, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 235 94 -
CMYK 0.14 0 0.6 0.08
HSL 73.62º 0.78% 0.65% -
HSV(B) 73.62º 0.6% 0.92% -
XYZ 56.36 72.92 21.69 -
YUV 209.36 62.9 123.46 -
System Red Green Blue C M Y K H S L
Decimal 203 235 94 0.14 0 0.6 0.08 73.62 0.78 0.65
Hex CB EB 5E E 0 3C 8 4A 4E 41
Octal 313 353 136 16 0 74 10 112 116 101
Binary 11001011 11101011 1011110 1110 0 111100 1000 1001010 1001110 1000001

Color Harmonies of #CBEB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEB5E

Black with #CBEB5E

Text Example


Text Example

White with #CBEB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEB5E; }

 p { color: rgb(203,235,94); }

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

background-color css

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

 a { background-color: rgb(203,235,94); }

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

border-color css

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

 span { border-color: rgb(203,235,94); }

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