Html Css Color HEX #AFDB58 Conifer

📋 copy color: '#AFDB58'

red 175 ◦ green 219 ◦ blue 88

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

Shades of Conifer #AFDB58

Tints of Conifer #AFDB58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.26%

R = 36.31%
G = 45.44%
B = 18.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#AFDB58 (or 0xAFDB58) is known color: Conifer. HEX triplet: AF, DB and 58. RGB value is (175,219,88). Sum of RGB (Red+Green+Blue) = 175+219+88=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 88 (34.77% from 255 or 18.26% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDB58 is #5024A7. Grayscale: #BFBFBF. Windows color (decimal): -5252264 or 5823407. OLE color: 5823407.

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

Color convert

RGB 175 219 88 -
CMYK 0.20 0 0.60 0.14
HSL 80.15º 0.65% 0.6% -
HSV(B) 80.15º 0.6% 0.86% -
XYZ 44.77 60.48 18.55 -
YUV 190.91 69.92 116.65 -
System Red Green Blue C M Y K H S L
Decimal 175 219 88 0.20 0 0.60 0.14 80.15 0.65 0.6
Hex AF DB 58 14 0 3C E 50 41 3C
Octal 257 333 130 24 0 74 16 120 101 74
Binary 10101111 11011011 1011000 10100 0 111100 1110 1010000 1000001 111100

Color Harmonies of #AFDB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB58

Black with #AFDB58

Text Example


Text Example

White with #AFDB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB58; }

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

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

background-color css

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

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

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

border-color css

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

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

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