Html Css Color HEX #AFF37D Feijoa

📋 copy color: '#AFF37D'

red 175 ◦ green 243 ◦ blue 125

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

Shades of Feijoa #AFF37D

Tints of Feijoa #AFF37D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.75%

 BLUE value IS 125 (49.22% from 255) = 23.02%

R = 32.23%
G = 44.75%
B = 23.02%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#AFF37D (or 0xAFF37D) is known color: Feijoa. HEX triplet: AF, F3 and 7D. RGB value is (175,243,125). Sum of RGB (Red+Green+Blue) = 175+243+125=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 243 (95.31% from 255 or 44.75% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF37D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF37D is #500C82. Grayscale: #D1D1D1. Windows color (decimal): -5246083 or 8254383. OLE color: 8254383.

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

Color convert

RGB 175 243 125 -
CMYK 0.28 0 0.49 0.05
HSL 94.58º 0.83% 0.72% -
HSV(B) 94.58º 0.49% 0.95% -
XYZ 53.43 74.7 31 -
YUV 209.22 80.47 103.59 -
System Red Green Blue C M Y K H S L
Decimal 175 243 125 0.28 0 0.49 0.05 94.58 0.83 0.72
Hex AF F3 7D 1C 0 31 5 5F 53 48
Octal 257 363 175 34 0 61 5 137 123 110
Binary 10101111 11110011 1111101 11100 0 110001 101 1011111 1010011 1001000

Color Harmonies of #AFF37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF37D

Black with #AFF37D

Text Example


Text Example

White with #AFF37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF37D; }

 p { color: rgb(175,243,125); }

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

background-color css

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

 a { background-color: rgb(175,243,125); }

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

border-color css

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

 span { border-color: rgb(175,243,125); }

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