Html Css Color HEX #CEFA50 Mindaro

📋 copy color: '#CEFA50'

red 206 ◦ green 250 ◦ blue 80

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

Shades of Mindaro #CEFA50

Tints of Mindaro #CEFA50

RGB

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

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

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

R = 38.43%
G = 46.64%
B = 14.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#CEFA50 (or 0xCEFA50) is known color: Mindaro. HEX triplet: CE, FA and 50. RGB value is (206,250,80). Sum of RGB (Red+Green+Blue) = 206+250+80=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 80 (31.64% from 255 or 14.93% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFA50 is #3105AF. Grayscale: #DADADA. Windows color (decimal): -3212720 or 5307086. OLE color: 5307086.

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

Color convert

RGB 206 250 80 -
CMYK 0.18 0 0.68 0.02
HSL 75.53º 0.94% 0.65% -
HSV(B) 75.53º 0.68% 0.98% -
XYZ 61.09 82.07 20.21 -
YUV 217.46 50.42 119.82 -
System Red Green Blue C M Y K H S L
Decimal 206 250 80 0.18 0 0.68 0.02 75.53 0.94 0.65
Hex CE FA 50 12 0 44 2 4C 5E 41
Octal 316 372 120 22 0 104 2 114 136 101
Binary 11001110 11111010 1010000 10010 0 1000100 10 1001100 1011110 1000001

Color Harmonies of #CEFA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA50

Black with #CEFA50

Text Example


Text Example

White with #CEFA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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