Html Css Color HEX #CEF164 Mindaro

📋 copy color: '#CEF164'

red 206 ◦ green 241 ◦ blue 100

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

Shades of Mindaro #CEF164

Tints of Mindaro #CEF164

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.06%

 BLUE value IS 100 (39.45% from 255) = 18.28%

R = 37.66%
G = 44.06%
B = 18.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#CEF164 (or 0xCEF164) is known color: Mindaro. HEX triplet: CE, F1 and 64. RGB value is (206,241,100). Sum of RGB (Red+Green+Blue) = 206+241+100=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 100 (39.45% from 255 or 18.28% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF164 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF164 is #310E9B. Grayscale: #D6D6D6. Windows color (decimal): -3215004 or 6615502. OLE color: 6615502.

HSL color Cylindrical-coordinate representation of color #CEF164: hue angle of 74.89º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CEF164 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 241 100 -
CMYK 0.15 0 0.59 0.05
HSL 74.89º 0.83% 0.67% -
HSV(B) 74.89º 0.59% 0.95% -
XYZ 59.21 76.95 23.79 -
YUV 214.46 63.4 121.96 -
System Red Green Blue C M Y K H S L
Decimal 206 241 100 0.15 0 0.59 0.05 74.89 0.83 0.67
Hex CE F1 64 F 0 3B 5 4B 53 43
Octal 316 361 144 17 0 73 5 113 123 103
Binary 11001110 11110001 1100100 1111 0 111011 101 1001011 1010011 1000011

Color Harmonies of #CEF164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF164

Black with #CEF164

Text Example


Text Example

White with #CEF164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF164; }

 p { color: rgb(206,241,100); }

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

background-color css

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

 a { background-color: rgb(206,241,100); }

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

border-color css

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

 span { border-color: rgb(206,241,100); }

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