Html Css Color HEX #5ACF05 Kelly Green

📋 copy color: '#5ACF05'

red 90 ◦ green 207 ◦ blue 5

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

Shades of Kelly Green #5ACF05

Tints of Kelly Green #5ACF05

RGB

 RED value IS 90 (35.55% from 255) = 29.8%

 GREEN value IS 207 (81.25% from 255) = 68.54%

 BLUE value IS 5 (2.34% from 255) = 1.66%

R = 29.8%
G = 68.54%
B = 1.66%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#5ACF05 (or 0x5ACF05) is known color: Kelly Green. HEX triplet: 5A, CF and 05. RGB value is (90,207,5). Sum of RGB (Red+Green+Blue) = 90+207+5=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 207 (81.25% from 255 or 68.54% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACF05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ACF05 is #A530FA. Grayscale: #959595. Windows color (decimal): -10825979 or 380762. OLE color: 380762.

HSL color Cylindrical-coordinate representation of color #5ACF05: hue angle of 94.75º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5ACF05 is Cyan = 0.57, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 207 5 -
CMYK 0.57 0 0.98 0.19
HSL 94.75º 0.95% 0.42% -
HSV(B) 94.75º 0.98% 0.81% -
XYZ 26.56 46.81 7.78 -
YUV 148.99 46.74 85.93 -
System Red Green Blue C M Y K H S L
Decimal 90 207 5 0.57 0 0.98 0.19 94.75 0.95 0.42
Hex 5A CF 5 39 0 62 13 5F 5F 2A
Octal 132 317 5 71 0 142 23 137 137 52
Binary 1011010 11001111 101 111001 0 1100010 10011 1011111 1011111 101010

Color Harmonies of #5ACF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACF05

Black with #5ACF05

Text Example


Text Example

White with #5ACF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5ACF05; }

 p { color: rgb(90,207,5); }

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

background-color css

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

 a { background-color: rgb(90,207,5); }

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

border-color css

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

 span { border-color: rgb(90,207,5); }

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