Html Css Color HEX #CBE95E Mindaro

📋 copy color: '#CBE95E'

red 203 ◦ green 233 ◦ blue 94

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

Shades of Mindaro #CBE95E

Tints of Mindaro #CBE95E

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.96%

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

R = 38.3%
G = 43.96%
B = 17.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#CBE95E (or 0xCBE95E) is known color: Mindaro. HEX triplet: CB, E9 and 5E. RGB value is (203,233,94). Sum of RGB (Red+Green+Blue) = 203+233+94=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 94 (37.11% from 255 or 17.74% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE95E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE95E is #3416A1. Grayscale: #D0D0D0. Windows color (decimal): -3413666 or 6220235. OLE color: 6220235.

HSL color Cylindrical-coordinate representation of color #CBE95E: hue angle of 72.95º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBE95E is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 233 94 -
CMYK 0.13 0 0.60 0.09
HSL 72.95º 0.76% 0.64% -
HSV(B) 72.95º 0.6% 0.91% -
XYZ 55.79 71.78 21.5 -
YUV 208.18 63.56 124.3 -
System Red Green Blue C M Y K H S L
Decimal 203 233 94 0.13 0 0.60 0.09 72.95 0.76 0.64
Hex CB E9 5E D 0 3C 9 49 4C 40
Octal 313 351 136 15 0 74 11 111 114 100
Binary 11001011 11101001 1011110 1101 0 111100 1001 1001001 1001100 1000000

Color Harmonies of #CBE95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE95E

Black with #CBE95E

Text Example


Text Example

White with #CBE95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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