Html Css Color HEX #CEE168 Mindaro

📋 copy color: '#CEE168'

red 206 ◦ green 225 ◦ blue 104

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

Shades of Mindaro #CEE168

Tints of Mindaro #CEE168

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.06%

 BLUE value IS 104 (41.02% from 255) = 19.44%

R = 38.5%
G = 42.06%
B = 19.44%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#CEE168 (or 0xCEE168) is known color: Mindaro. HEX triplet: CE, E1 and 68. RGB value is (206,225,104). Sum of RGB (Red+Green+Blue) = 206+225+104=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 225 (88.28% from 255 or 42.06% from 535); Blue value is 104 (41.02% from 255 or 19.44% from 535); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE168 is #311E97. Grayscale: #CDCDCD. Windows color (decimal): -3219096 or 6873550. OLE color: 6873550.

HSL color Cylindrical-coordinate representation of color #CEE168: hue angle of 69.42º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CEE168 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 225 104 -
CMYK 0.08 0 0.54 0.12
HSL 69.42º 0.67% 0.65% -
HSV(B) 69.42º 0.54% 0.88% -
XYZ 54.88 67.97 23.32 -
YUV 205.53 70.71 128.34 -
System Red Green Blue C M Y K H S L
Decimal 206 225 104 0.08 0 0.54 0.12 69.42 0.67 0.65
Hex CE E1 68 8 0 36 C 45 43 41
Octal 316 341 150 10 0 66 14 105 103 101
Binary 11001110 11100001 1101000 1000 0 110110 1100 1000101 1000011 1000001

Color Harmonies of #CEE168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE168

Black with #CEE168

Text Example


Text Example

White with #CEE168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE168; }

 p { color: rgb(206,225,104); }

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

background-color css

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

 a { background-color: rgb(206,225,104); }

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

border-color css

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

 span { border-color: rgb(206,225,104); }

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