Html Css Color HEX #AFDB4A Conifer

📋 copy color: '#AFDB4A'

red 175 ◦ green 219 ◦ blue 74

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

Shades of Conifer #AFDB4A

Tints of Conifer #AFDB4A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.79%

 BLUE value IS 74 (29.3% from 255) = 15.81%

R = 37.39%
G = 46.79%
B = 15.81%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#AFDB4A (or 0xAFDB4A) is known color: Conifer. HEX triplet: AF, DB and 4A. RGB value is (175,219,74). Sum of RGB (Red+Green+Blue) = 175+219+74=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDB4A is #5024B5. Grayscale: #BDBDBD. Windows color (decimal): -5252278 or 4905903. OLE color: 4905903.

HSL color Cylindrical-coordinate representation of color #AFDB4A: hue angle of 78.21º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFDB4A is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 219 74 -
CMYK 0.20 0 0.66 0.14
HSL 78.21º 0.67% 0.57% -
HSV(B) 78.21º 0.66% 0.86% -
XYZ 44.25 60.27 15.78 -
YUV 189.31 62.92 117.79 -
System Red Green Blue C M Y K H S L
Decimal 175 219 74 0.20 0 0.66 0.14 78.21 0.67 0.57
Hex AF DB 4A 14 0 42 E 4E 43 39
Octal 257 333 112 24 0 102 16 116 103 71
Binary 10101111 11011011 1001010 10100 0 1000010 1110 1001110 1000011 111001

Color Harmonies of #AFDB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB4A

Black with #AFDB4A

Text Example


Text Example

White with #AFDB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB4A; }

 p { color: rgb(175,219,74); }

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

background-color css

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

 a { background-color: rgb(175,219,74); }

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

border-color css

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

 span { border-color: rgb(175,219,74); }

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