Html Css Color HEX #AFF24D Conifer

📋 copy color: '#AFF24D'

red 175 ◦ green 242 ◦ blue 77

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

Shades of Conifer #AFF24D

Tints of Conifer #AFF24D

RGB

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

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

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

R = 35.43%
G = 48.99%
B = 15.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#AFF24D (or 0xAFF24D) is known color: Conifer. HEX triplet: AF, F2 and 4D. RGB value is (175,242,77). Sum of RGB (Red+Green+Blue) = 175+242+77=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 77 (30.47% from 255 or 15.59% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF24D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF24D is #500DB2. Grayscale: #CBCBCB. Windows color (decimal): -5246387 or 5108399. OLE color: 5108399.

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

Color convert

RGB 175 242 77 -
CMYK 0.28 0 0.68 0.05
HSL 84.36º 0.86% 0.63% -
HSV(B) 84.36º 0.68% 0.95% -
XYZ 50.77 73.15 18.47 -
YUV 203.16 56.8 107.92 -
System Red Green Blue C M Y K H S L
Decimal 175 242 77 0.28 0 0.68 0.05 84.36 0.86 0.63
Hex AF F2 4D 1C 0 44 5 54 56 3F
Octal 257 362 115 34 0 104 5 124 126 77
Binary 10101111 11110010 1001101 11100 0 1000100 101 1010100 1010110 111111

Color Harmonies of #AFF24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF24D

Black with #AFF24D

Text Example


Text Example

White with #AFF24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF24D; }

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

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

background-color css

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

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

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

border-color css

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

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

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