Html Css Color HEX #AFF234 Green Yellow

📋 copy color: '#AFF234'

red 175 ◦ green 242 ◦ blue 52

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

Shades of Green Yellow #AFF234

Tints of Green Yellow #AFF234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.09%

R = 37.31%
G = 51.6%
B = 11.09%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#AFF234 (or 0xAFF234) is known color: Green Yellow. HEX triplet: AF, F2 and 34. RGB value is (175,242,52). Sum of RGB (Red+Green+Blue) = 175+242+52=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 242 (94.92% from 255 or 51.60% from 469); Blue value is 52 (20.70% from 255 or 11.09% from 469); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF234 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF234 is #500DCB. Grayscale: #C9C9C9. Windows color (decimal): -5246412 or 3469999. OLE color: 3469999.

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

Color convert

RGB 175 242 52 -
CMYK 0.28 0 0.79 0.05
HSL 81.16º 0.88% 0.58% -
HSV(B) 81.16º 0.79% 0.95% -
XYZ 50.05 72.87 14.68 -
YUV 200.31 44.3 109.95 -
System Red Green Blue C M Y K H S L
Decimal 175 242 52 0.28 0 0.79 0.05 81.16 0.88 0.58
Hex AF F2 34 1C 0 4F 5 51 58 3A
Octal 257 362 64 34 0 117 5 121 130 72
Binary 10101111 11110010 110100 11100 0 1001111 101 1010001 1011000 111010

Color Harmonies of #AFF234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF234

Black with #AFF234

Text Example


Text Example

White with #AFF234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF234; }

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

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

background-color css

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

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

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

border-color css

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

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

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