Html Css Color HEX #CEF06A Mindaro

📋 copy color: '#CEF06A'

red 206 ◦ green 240 ◦ blue 106

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

Shades of Mindaro #CEF06A

Tints of Mindaro #CEF06A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.2%

R = 37.32%
G = 43.48%
B = 19.2%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#CEF06A (or 0xCEF06A) is known color: Mindaro. HEX triplet: CE, F0 and 6A. RGB value is (206,240,106). Sum of RGB (Red+Green+Blue) = 206+240+106=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 106 (41.80% from 255 or 19.20% from 552); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF06A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF06A is #310F95. Grayscale: #D7D7D7. Windows color (decimal): -3215254 or 7008462. OLE color: 7008462.

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

Color convert

RGB 206 240 106 -
CMYK 0.14 0 0.56 0.06
HSL 75.22º 0.82% 0.68% -
HSV(B) 75.22º 0.56% 0.94% -
XYZ 59.22 76.48 25.28 -
YUV 214.56 66.74 121.9 -
System Red Green Blue C M Y K H S L
Decimal 206 240 106 0.14 0 0.56 0.06 75.22 0.82 0.68
Hex CE F0 6A E 0 38 6 4B 52 44
Octal 316 360 152 16 0 70 6 113 122 104
Binary 11001110 11110000 1101010 1110 0 111000 110 1001011 1010010 1000100

Color Harmonies of #CEF06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF06A

Black with #CEF06A

Text Example


Text Example

White with #CEF06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF06A; }

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

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

background-color css

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

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

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

border-color css

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

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

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