Html Css Color HEX #CEE068 Mindaro

📋 copy color: '#CEE068'

red 206 ◦ green 224 ◦ blue 104

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

Shades of Mindaro #CEE068

Tints of Mindaro #CEE068

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.95%

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

R = 38.58%
G = 41.95%
B = 19.48%

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

#CEE068 (or 0xCEE068) is known color: Mindaro. HEX triplet: CE, E0 and 68. RGB value is (206,224,104). Sum of RGB (Red+Green+Blue) = 206+224+104=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 104 (41.02% from 255 or 19.48% from 534); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE068 is #311F97. Grayscale: #CDCDCD. Windows color (decimal): -3219352 or 6873294. OLE color: 6873294.

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

Color convert

RGB 206 224 104 -
CMYK 0.08 0 0.54 0.12
HSL 69º 0.66% 0.64% -
HSV(B) 69º 0.54% 0.88% -
XYZ 54.61 67.43 23.23 -
YUV 204.94 71.04 128.76 -
System Red Green Blue C M Y K H S L
Decimal 206 224 104 0.08 0 0.54 0.12 69 0.66 0.64
Hex CE E0 68 8 0 36 C 45 42 40
Octal 316 340 150 10 0 66 14 105 102 100
Binary 11001110 11100000 1101000 1000 0 110110 1100 1000101 1000010 1000000

Color Harmonies of #CEE068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE068

Black with #CEE068

Text Example


Text Example

White with #CEE068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE068; }

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

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

background-color css

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

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

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

border-color css

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

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

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