Html Css Color HEX #CEF066 Mindaro

📋 copy color: '#CEF066'

red 206 ◦ green 240 ◦ blue 102

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

Shades of Mindaro #CEF066

Tints of Mindaro #CEF066

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.8%

 BLUE value IS 102 (40.23% from 255) = 18.61%

R = 37.59%
G = 43.8%
B = 18.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#CEF066 (or 0xCEF066) is known color: Mindaro. HEX triplet: CE, F0 and 66. RGB value is (206,240,102). Sum of RGB (Red+Green+Blue) = 206+240+102=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 240 (94.14% from 255 or 43.80% from 548); Blue value is 102 (40.23% from 255 or 18.61% from 548); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF066 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF066 is #310F99. Grayscale: #D6D6D6. Windows color (decimal): -3215258 or 6746318. OLE color: 6746318.

HSL color Cylindrical-coordinate representation of color #CEF066: hue angle of 74.78º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEF066 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 102 -
CMYK 0.14 0 0.58 0.06
HSL 74.78º 0.82% 0.67% -
HSV(B) 74.78º 0.58% 0.94% -
XYZ 59.01 76.4 24.21 -
YUV 214.1 64.74 122.22 -
System Red Green Blue C M Y K H S L
Decimal 206 240 102 0.14 0 0.58 0.06 74.78 0.82 0.67
Hex CE F0 66 E 0 3A 6 4B 52 43
Octal 316 360 146 16 0 72 6 113 122 103
Binary 11001110 11110000 1100110 1110 0 111010 110 1001011 1010010 1000011

Color Harmonies of #CEF066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF066

Black with #CEF066

Text Example


Text Example

White with #CEF066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF066; }

 p { color: rgb(206,240,102); }

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

background-color css

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

 a { background-color: rgb(206,240,102); }

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

border-color css

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

 span { border-color: rgb(206,240,102); }

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