Html Css Color HEX #CEFD64 Mindaro

📋 copy color: '#CEFD64'

red 206 ◦ green 253 ◦ blue 100

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

Shades of Mindaro #CEFD64

Tints of Mindaro #CEFD64

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.26%

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

R = 36.85%
G = 45.26%
B = 17.89%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#CEFD64 (or 0xCEFD64) is known color: Mindaro. HEX triplet: CE, FD and 64. RGB value is (206,253,100). Sum of RGB (Red+Green+Blue) = 206+253+100=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 253 (99.22% from 255 or 45.26% from 559); Blue value is 100 (39.45% from 255 or 17.89% from 559); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFD64 is #31029B. Grayscale: #DEDEDE. Windows color (decimal): -3211932 or 6618574. OLE color: 6618574.

HSL color Cylindrical-coordinate representation of color #CEFD64: hue angle of 78.43º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEFD64 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 253 100 -
CMYK 0.19 0 0.60 0.01
HSL 78.43º 0.97% 0.69% -
HSV(B) 78.43º 0.6% 0.99% -
XYZ 62.88 84.29 25.01 -
YUV 221.51 59.43 116.94 -
System Red Green Blue C M Y K H S L
Decimal 206 253 100 0.19 0 0.60 0.01 78.43 0.97 0.69
Hex CE FD 64 13 0 3C 1 4E 61 45
Octal 316 375 144 23 0 74 1 116 141 105
Binary 11001110 11111101 1100100 10011 0 111100 1 1001110 1100001 1000101

Color Harmonies of #CEFD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFD64

Black with #CEFD64

Text Example


Text Example

White with #CEFD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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