Html Css Color HEX #AFDB42 Conifer

📋 copy color: '#AFDB42'

red 175 ◦ green 219 ◦ blue 66

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

Shades of Conifer #AFDB42

Tints of Conifer #AFDB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.35%

R = 38.04%
G = 47.61%
B = 14.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#AFDB42 (or 0xAFDB42) is known color: Conifer. HEX triplet: AF, DB and 42. RGB value is (175,219,66). Sum of RGB (Red+Green+Blue) = 175+219+66=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 66 (26.17% from 255 or 14.35% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDB42 is #5024BD. Grayscale: #BCBCBC. Windows color (decimal): -5252286 or 4381615. OLE color: 4381615.

HSL color Cylindrical-coordinate representation of color #AFDB42: hue angle of 77.25º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFDB42 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 219 66 -
CMYK 0.20 0 0.70 0.14
HSL 77.25º 0.68% 0.56% -
HSV(B) 77.25º 0.7% 0.86% -
XYZ 43.99 60.17 14.45 -
YUV 188.4 58.92 118.44 -
System Red Green Blue C M Y K H S L
Decimal 175 219 66 0.20 0 0.70 0.14 77.25 0.68 0.56
Hex AF DB 42 14 0 46 E 4D 44 38
Octal 257 333 102 24 0 106 16 115 104 70
Binary 10101111 11011011 1000010 10100 0 1000110 1110 1001101 1000100 111000

Color Harmonies of #AFDB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB42

Black with #AFDB42

Text Example


Text Example

White with #AFDB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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