Html Css Color HEX #AFEF4D Conifer

📋 copy color: '#AFEF4D'

red 175 ◦ green 239 ◦ blue 77

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

Shades of Conifer #AFEF4D

Tints of Conifer #AFEF4D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.68%

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

R = 35.64%
G = 48.68%
B = 15.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#AFEF4D (or 0xAFEF4D) is known color: Conifer. HEX triplet: AF, EF and 4D. RGB value is (175,239,77). Sum of RGB (Red+Green+Blue) = 175+239+77=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 77 (30.47% from 255 or 15.68% from 491); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEF4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEF4D is #5010B2. Grayscale: #C9C9C9. Windows color (decimal): -5247155 or 5107631. OLE color: 5107631.

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

Color convert

RGB 175 239 77 -
CMYK 0.27 0 0.68 0.06
HSL 83.7º 0.84% 0.62% -
HSV(B) 83.7º 0.68% 0.94% -
XYZ 49.89 71.38 18.17 -
YUV 201.4 57.8 109.17 -
System Red Green Blue C M Y K H S L
Decimal 175 239 77 0.27 0 0.68 0.06 83.7 0.84 0.62
Hex AF EF 4D 1B 0 44 6 54 54 3E
Octal 257 357 115 33 0 104 6 124 124 76
Binary 10101111 11101111 1001101 11011 0 1000100 110 1010100 1010100 111110

Color Harmonies of #AFEF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEF4D

Black with #AFEF4D

Text Example


Text Example

White with #AFEF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEF4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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