Html Css Color HEX #AFF03D Green Yellow

📋 copy color: '#AFF03D'

red 175 ◦ green 240 ◦ blue 61

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

Shades of Green Yellow #AFF03D

Tints of Green Yellow #AFF03D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.42%

 BLUE value IS 61 (24.22% from 255) = 12.82%

R = 36.76%
G = 50.42%
B = 12.82%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#AFF03D (or 0xAFF03D) is known color: Green Yellow. HEX triplet: AF, F0 and 3D. RGB value is (175,240,61). Sum of RGB (Red+Green+Blue) = 175+240+61=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 61 (24.22% from 255 or 12.82% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF03D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF03D is #500FC2. Grayscale: #C8C8C8. Windows color (decimal): -5246915 or 4059311. OLE color: 4059311.

HSL color Cylindrical-coordinate representation of color #AFF03D: hue angle of 81.79º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AFF03D is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 61 -
CMYK 0.27 0 0.75 0.06
HSL 81.79º 0.86% 0.59% -
HSV(B) 81.79º 0.75% 0.94% -
XYZ 49.68 71.77 15.65 -
YUV 200.16 49.47 110.05 -
System Red Green Blue C M Y K H S L
Decimal 175 240 61 0.27 0 0.75 0.06 81.79 0.86 0.59
Hex AF F0 3D 1B 0 4B 6 52 56 3B
Octal 257 360 75 33 0 113 6 122 126 73
Binary 10101111 11110000 111101 11011 0 1001011 110 1010010 1010110 111011

Color Harmonies of #AFF03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF03D

Black with #AFF03D

Text Example


Text Example

White with #AFF03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF03D; }

 p { color: rgb(175,240,61); }

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

background-color css

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

 a { background-color: rgb(175,240,61); }

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

border-color css

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

 span { border-color: rgb(175,240,61); }

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