Html Css Color HEX #AFF44D Conifer

📋 copy color: '#AFF44D'

red 175 ◦ green 244 ◦ blue 77

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

Shades of Conifer #AFF44D

Tints of Conifer #AFF44D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.52%

R = 35.28%
G = 49.19%
B = 15.52%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#AFF44D (or 0xAFF44D) is known color: Conifer. HEX triplet: AF, F4 and 4D. RGB value is (175,244,77). Sum of RGB (Red+Green+Blue) = 175+244+77=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 244 (95.70% from 255 or 49.19% from 496); Blue value is 77 (30.47% from 255 or 15.52% from 496); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF44D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF44D is #500BB2. Grayscale: #CCCCCC. Windows color (decimal): -5245875 or 5108911. OLE color: 5108911.

HSL color Cylindrical-coordinate representation of color #AFF44D: hue angle of 84.79º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFF44D is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 244 77 -
CMYK 0.28 0 0.68 0.04
HSL 84.79º 0.88% 0.63% -
HSV(B) 84.79º 0.68% 0.96% -
XYZ 51.37 74.35 18.66 -
YUV 204.33 56.14 107.08 -
System Red Green Blue C M Y K H S L
Decimal 175 244 77 0.28 0 0.68 0.04 84.79 0.88 0.63
Hex AF F4 4D 1C 0 44 4 55 58 3F
Octal 257 364 115 34 0 104 4 125 130 77
Binary 10101111 11110100 1001101 11100 0 1000100 100 1010101 1011000 111111

Color Harmonies of #AFF44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF44D

Black with #AFF44D

Text Example


Text Example

White with #AFF44D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF44D; }

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

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

background-color css

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

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

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

border-color css

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

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

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