Html Css Color HEX #CEFA54 Mindaro

📋 copy color: '#CEFA54'

red 206 ◦ green 250 ◦ blue 84

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

Shades of Mindaro #CEFA54

Tints of Mindaro #CEFA54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.56%

R = 38.15%
G = 46.3%
B = 15.56%

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

#CEFA54 (or 0xCEFA54) is known color: Mindaro. HEX triplet: CE, FA and 54. RGB value is (206,250,84). Sum of RGB (Red+Green+Blue) = 206+250+84=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 84 (33.20% from 255 or 15.56% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFA54 is #3105AB. Grayscale: #DADADA. Windows color (decimal): -3212716 or 5569230. OLE color: 5569230.

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

Color convert

RGB 206 250 84 -
CMYK 0.18 0 0.66 0.02
HSL 75.9º 0.94% 0.65% -
HSV(B) 75.9º 0.66% 0.98% -
XYZ 61.24 82.13 21.01 -
YUV 217.92 52.42 119.5 -
System Red Green Blue C M Y K H S L
Decimal 206 250 84 0.18 0 0.66 0.02 75.9 0.94 0.65
Hex CE FA 54 12 0 42 2 4C 5E 41
Octal 316 372 124 22 0 102 2 114 136 101
Binary 11001110 11111010 1010100 10010 0 1000010 10 1001100 1011110 1000001

Color Harmonies of #CEFA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA54

Black with #CEFA54

Text Example


Text Example

White with #CEFA54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA54; }

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

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

background-color css

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

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

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

border-color css

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

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

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