Html Css Color HEX #AFF430 Green Yellow

📋 copy color: '#AFF430'

red 175 ◦ green 244 ◦ blue 48

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

Shades of Green Yellow #AFF430

Tints of Green Yellow #AFF430

RGB

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

 GREEN value IS 244 (95.7% from 255) = 52.25%

 BLUE value IS 48 (19.14% from 255) = 10.28%

R = 37.47%
G = 52.25%
B = 10.28%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#AFF430 (or 0xAFF430) is known color: Green Yellow. HEX triplet: AF, F4 and 30. RGB value is (175,244,48). Sum of RGB (Red+Green+Blue) = 175+244+48=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 244 (95.70% from 255 or 52.25% from 467); Blue value is 48 (19.14% from 255 or 10.28% from 467); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF430 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF430 is #500BCF. Grayscale: #C9C9C9. Windows color (decimal): -5245904 or 3208367. OLE color: 3208367.

HSL color Cylindrical-coordinate representation of color #AFF430: hue angle of 81.12º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFF430 is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 244 48 -
CMYK 0.28 0 0.80 0.04
HSL 81.12º 0.9% 0.57% -
HSV(B) 81.12º 0.8% 0.96% -
XYZ 50.56 74.03 14.42 -
YUV 201.03 41.64 109.44 -
System Red Green Blue C M Y K H S L
Decimal 175 244 48 0.28 0 0.80 0.04 81.12 0.9 0.57
Hex AF F4 30 1C 0 50 4 51 5A 39
Octal 257 364 60 34 0 120 4 121 132 71
Binary 10101111 11110100 110000 11100 0 1010000 100 1010001 1011010 111001

Color Harmonies of #AFF430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF430

Black with #AFF430

Text Example


Text Example

White with #AFF430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF430; }

 p { color: rgb(175,244,48); }

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

background-color css

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

 a { background-color: rgb(175,244,48); }

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

border-color css

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

 span { border-color: rgb(175,244,48); }

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