Html Css Color HEX #CEE260 Mindaro

📋 copy color: '#CEE260'

red 206 ◦ green 226 ◦ blue 96

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

Shades of Mindaro #CEE260

Tints of Mindaro #CEE260

RGB

 RED value IS 206 (80.86% from 255) = 39.02%

 GREEN value IS 226 (88.67% from 255) = 42.8%

 BLUE value IS 96 (37.89% from 255) = 18.18%

R = 39.02%
G = 42.8%
B = 18.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#CEE260 (or 0xCEE260) is known color: Mindaro. HEX triplet: CE, E2 and 60. RGB value is (206,226,96). Sum of RGB (Red+Green+Blue) = 206+226+96=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 226 (88.67% from 255 or 42.80% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE260 is #311D9F. Grayscale: #CDCDCD. Windows color (decimal): -3218848 or 6349518. OLE color: 6349518.

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

Color convert

RGB 206 226 96 -
CMYK 0.09 0 0.58 0.11
HSL 69.23º 0.69% 0.63% -
HSV(B) 69.23º 0.58% 0.89% -
XYZ 54.76 68.36 21.37 -
YUV 205.2 66.37 128.57 -
System Red Green Blue C M Y K H S L
Decimal 206 226 96 0.09 0 0.58 0.11 69.23 0.69 0.63
Hex CE E2 60 9 0 3A B 45 45 3F
Octal 316 342 140 11 0 72 13 105 105 77
Binary 11001110 11100010 1100000 1001 0 111010 1011 1000101 1000101 111111

Color Harmonies of #CEE260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE260

Black with #CEE260

Text Example


Text Example

White with #CEE260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE260; }

 p { color: rgb(206,226,96); }

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

background-color css

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

 a { background-color: rgb(206,226,96); }

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

border-color css

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

 span { border-color: rgb(206,226,96); }

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