Html Css Color HEX #CEFC50 Mindaro

📋 copy color: '#CEFC50'

red 206 ◦ green 252 ◦ blue 80

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

Shades of Mindaro #CEFC50

Tints of Mindaro #CEFC50

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.84%

 BLUE value IS 80 (31.64% from 255) = 14.87%

R = 38.29%
G = 46.84%
B = 14.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#CEFC50 (or 0xCEFC50) is known color: Mindaro. HEX triplet: CE, FC and 50. RGB value is (206,252,80). Sum of RGB (Red+Green+Blue) = 206+252+80=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 80 (31.64% from 255 or 14.87% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFC50 is #3103AF. Grayscale: #DBDBDB. Windows color (decimal): -3212208 or 5307598. OLE color: 5307598.

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

Color convert

RGB 206 252 80 -
CMYK 0.18 0 0.68 0.01
HSL 76.05º 0.97% 0.65% -
HSV(B) 76.05º 0.68% 0.99% -
XYZ 61.71 83.32 20.42 -
YUV 218.64 49.76 118.99 -
System Red Green Blue C M Y K H S L
Decimal 206 252 80 0.18 0 0.68 0.01 76.05 0.97 0.65
Hex CE FC 50 12 0 44 1 4C 61 41
Octal 316 374 120 22 0 104 1 114 141 101
Binary 11001110 11111100 1010000 10010 0 1000100 1 1001100 1100001 1000001

Color Harmonies of #CEFC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFC50

Black with #CEFC50

Text Example


Text Example

White with #CEFC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFC50; }

 p { color: rgb(206,252,80); }

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

background-color css

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

 a { background-color: rgb(206,252,80); }

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

border-color css

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

 span { border-color: rgb(206,252,80); }

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