Html Css Color HEX #AFE84D Conifer

📋 copy color: '#AFE84D'

red 175 ◦ green 232 ◦ blue 77

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

Shades of Conifer #AFE84D

Tints of Conifer #AFE84D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.93%

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

R = 36.16%
G = 47.93%
B = 15.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#AFE84D (or 0xAFE84D) is known color: Conifer. HEX triplet: AF, E8 and 4D. RGB value is (175,232,77). Sum of RGB (Red+Green+Blue) = 175+232+77=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 232 (91.02% from 255 or 47.93% from 484); Blue value is 77 (30.47% from 255 or 15.91% from 484); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE84D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE84D is #5017B2. Grayscale: #C5C5C5. Windows color (decimal): -5248947 or 5105839. OLE color: 5105839.

HSL color Cylindrical-coordinate representation of color #AFE84D: hue angle of 82.06º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFE84D is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 232 77 -
CMYK 0.25 0 0.67 0.09
HSL 82.06º 0.77% 0.61% -
HSV(B) 82.06º 0.67% 0.91% -
XYZ 47.88 67.36 17.5 -
YUV 197.29 60.12 112.1 -
System Red Green Blue C M Y K H S L
Decimal 175 232 77 0.25 0 0.67 0.09 82.06 0.77 0.61
Hex AF E8 4D 19 0 43 9 52 4D 3D
Octal 257 350 115 31 0 103 11 122 115 75
Binary 10101111 11101000 1001101 11001 0 1000011 1001 1010010 1001101 111101

Color Harmonies of #AFE84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE84D

Black with #AFE84D

Text Example


Text Example

White with #AFE84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE84D; }

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

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

background-color css

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

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

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

border-color css

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

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

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