Html Css Color HEX #05F265 Spring Green

📋 copy color: '#05F265'

red 5 ◦ green 242 ◦ blue 101

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

Shades of Spring Green #05F265

Tints of Spring Green #05F265

RGB

 RED value IS 5 (2.34% from 255) = 1.44%

 GREEN value IS 242 (94.92% from 255) = 69.54%

 BLUE value IS 101 (39.84% from 255) = 29.02%

R = 1.44%
G = 69.54%
B = 29.02%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#05F265 (or 0x05F265) is known color: Spring Green. HEX triplet: 05, F2 and 65. RGB value is (5,242,101). Sum of RGB (Red+Green+Blue) = 5+242+101=348 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 348); Green value is 242 (94.92% from 255 or 69.54% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 242 - color contains mainly: green. Hex color #05F265 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05F265 is #FA0D9A. Grayscale: #9B9B9B. Windows color (decimal): -16387483 or 6681093. OLE color: 6681093.

HSL color Cylindrical-coordinate representation of color #05F265: hue angle of 144.3º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F265 is Cyan = 0.98, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 5 242 101 -
CMYK 0.98 0 0.58 0.05
HSL 144.3º 0.96% 0.48% -
HSV(B) 144.3º 0.98% 0.95% -
XYZ 34.16 64.48 22.96 -
YUV 155.06 97.48 20.96 -
System Red Green Blue C M Y K H S L
Decimal 5 242 101 0.98 0 0.58 0.05 144.3 0.96 0.48
Hex 5 F2 65 62 0 3A 5 90 60 30
Octal 5 362 145 142 0 72 5 220 140 60
Binary 101 11110010 1100101 1100010 0 111010 101 10010000 1100000 110000

Color Harmonies of #05F265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F265

Black with #05F265

Text Example


Text Example

White with #05F265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05F265; }

 p { color: rgb(5,242,101); }

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

background-color css

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

 a { background-color: rgb(5,242,101); }

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

border-color css

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

 span { border-color: rgb(5,242,101); }

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