Html Css Color HEX #AFDB3E Conifer

📋 copy color: '#AFDB3E'

red 175 ◦ green 219 ◦ blue 62

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

Shades of Conifer #AFDB3E

Tints of Conifer #AFDB3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.6%

R = 38.38%
G = 48.03%
B = 13.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#AFDB3E (or 0xAFDB3E) is known color: Conifer. HEX triplet: AF, DB and 3E. RGB value is (175,219,62). Sum of RGB (Red+Green+Blue) = 175+219+62=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 62 (24.61% from 255 or 13.60% from 456); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDB3E is #5024C1. Grayscale: #BCBCBC. Windows color (decimal): -5252290 or 4119471. OLE color: 4119471.

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

Color convert

RGB 175 219 62 -
CMYK 0.20 0 0.72 0.14
HSL 76.82º 0.69% 0.55% -
HSV(B) 76.82º 0.72% 0.86% -
XYZ 43.88 60.12 13.85 -
YUV 187.95 56.92 118.77 -
System Red Green Blue C M Y K H S L
Decimal 175 219 62 0.20 0 0.72 0.14 76.82 0.69 0.55
Hex AF DB 3E 14 0 48 E 4D 45 37
Octal 257 333 76 24 0 110 16 115 105 67
Binary 10101111 11011011 111110 10100 0 1001000 1110 1001101 1000101 110111

Color Harmonies of #AFDB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB3E

Black with #AFDB3E

Text Example


Text Example

White with #AFDB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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