Html Css Color HEX #AFF207 Spring Bud

📋 copy color: '#AFF207'

red 175 ◦ green 242 ◦ blue 7

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

Shades of Spring Bud #AFF207

Tints of Spring Bud #AFF207

RGB

 RED value IS 175 (68.75% from 255) = 41.27%

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

 BLUE value IS 7 (3.13% from 255) = 1.65%

R = 41.27%
G = 57.08%
B = 1.65%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#AFF207 (or 0xAFF207) is known color: Spring Bud. HEX triplet: AF, F2 and 07. RGB value is (175,242,7). Sum of RGB (Red+Green+Blue) = 175+242+7=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 242 (94.92% from 255 or 57.08% from 424); Blue value is 7 (3.12% from 255 or 1.65% from 424); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF207 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFF207 is #500DF8. Grayscale: #C4C4C4. Windows color (decimal): -5246457 or 520879. OLE color: 520879.

HSL color Cylindrical-coordinate representation of color #AFF207: hue angle of 77.11º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AFF207 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 7 -
CMYK 0.28 0 0.97 0.05
HSL 77.11º 0.94% 0.49% -
HSV(B) 77.11º 0.97% 0.95% -
XYZ 49.47 72.63 11.61 -
YUV 195.18 21.8 113.61 -
System Red Green Blue C M Y K H S L
Decimal 175 242 7 0.28 0 0.97 0.05 77.11 0.94 0.49
Hex AF F2 7 1C 0 61 5 4D 5E 31
Octal 257 362 7 34 0 141 5 115 136 61
Binary 10101111 11110010 111 11100 0 1100001 101 1001101 1011110 110001

Color Harmonies of #AFF207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF207

Black with #AFF207

Text Example


Text Example

White with #AFF207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF207; }

 p { color: rgb(175,242,7); }

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

background-color css

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

 a { background-color: rgb(175,242,7); }

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

border-color css

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

 span { border-color: rgb(175,242,7); }

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