Html Css Color HEX #CEFA56 Mindaro

📋 copy color: '#CEFA56'

red 206 ◦ green 250 ◦ blue 86

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

Shades of Mindaro #CEFA56

Tints of Mindaro #CEFA56

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.13%

 BLUE value IS 86 (33.98% from 255) = 15.87%

R = 38.01%
G = 46.13%
B = 15.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#CEFA56 (or 0xCEFA56) is known color: Mindaro. HEX triplet: CE, FA and 56. RGB value is (206,250,86). Sum of RGB (Red+Green+Blue) = 206+250+86=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 86 (33.98% from 255 or 15.87% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFA56 is #3105A9. Grayscale: #DADADA. Windows color (decimal): -3212714 or 5700302. OLE color: 5700302.

HSL color Cylindrical-coordinate representation of color #CEFA56: hue angle of 76.1º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEFA56 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 250 86 -
CMYK 0.18 0 0.66 0.02
HSL 76.1º 0.94% 0.66% -
HSV(B) 76.1º 0.66% 0.98% -
XYZ 61.32 82.16 21.43 -
YUV 218.15 53.42 119.34 -
System Red Green Blue C M Y K H S L
Decimal 206 250 86 0.18 0 0.66 0.02 76.1 0.94 0.66
Hex CE FA 56 12 0 42 2 4C 5E 42
Octal 316 372 126 22 0 102 2 114 136 102
Binary 11001110 11111010 1010110 10010 0 1000010 10 1001100 1011110 1000010

Color Harmonies of #CEFA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA56

Black with #CEFA56

Text Example


Text Example

White with #CEFA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA56; }

 p { color: rgb(206,250,86); }

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

background-color css

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

 a { background-color: rgb(206,250,86); }

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

border-color css

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

 span { border-color: rgb(206,250,86); }

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