Html Css Color HEX #CEFD60 Mindaro

📋 copy color: '#CEFD60'

red 206 ◦ green 253 ◦ blue 96

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

Shades of Mindaro #CEFD60

Tints of Mindaro #CEFD60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.3%

R = 37.12%
G = 45.59%
B = 17.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#CEFD60 (or 0xCEFD60) is known color: Mindaro. HEX triplet: CE, FD and 60. RGB value is (206,253,96). Sum of RGB (Red+Green+Blue) = 206+253+96=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 96 (37.89% from 255 or 17.30% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFD60 is #31029F. Grayscale: #DDDDDD. Windows color (decimal): -3211936 or 6356430. OLE color: 6356430.

HSL color Cylindrical-coordinate representation of color #CEFD60: hue angle of 77.96º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CEFD60 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 253 96 -
CMYK 0.19 0 0.62 0.01
HSL 77.96º 0.98% 0.68% -
HSV(B) 77.96º 0.62% 0.99% -
XYZ 62.69 84.22 24.02 -
YUV 221.05 57.43 117.27 -
System Red Green Blue C M Y K H S L
Decimal 206 253 96 0.19 0 0.62 0.01 77.96 0.98 0.68
Hex CE FD 60 13 0 3E 1 4E 62 44
Octal 316 375 140 23 0 76 1 116 142 104
Binary 11001110 11111101 1100000 10011 0 111110 1 1001110 1100010 1000100

Color Harmonies of #CEFD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFD60

Black with #CEFD60

Text Example


Text Example

White with #CEFD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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