Html Css Color HEX #AFDB43 Conifer

📋 copy color: '#AFDB43'

red 175 ◦ green 219 ◦ blue 67

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

Shades of Conifer #AFDB43

Tints of Conifer #AFDB43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.53%

R = 37.96%
G = 47.51%
B = 14.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#AFDB43 (or 0xAFDB43) is known color: Conifer. HEX triplet: AF, DB and 43. RGB value is (175,219,67). Sum of RGB (Red+Green+Blue) = 175+219+67=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 67 (26.56% from 255 or 14.53% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDB43 is #5024BC. Grayscale: #BDBDBD. Windows color (decimal): -5252285 or 4447151. OLE color: 4447151.

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

Color convert

RGB 175 219 67 -
CMYK 0.20 0 0.69 0.14
HSL 77.37º 0.68% 0.56% -
HSV(B) 77.37º 0.69% 0.86% -
XYZ 44.02 60.18 14.61 -
YUV 188.52 59.42 118.36 -
System Red Green Blue C M Y K H S L
Decimal 175 219 67 0.20 0 0.69 0.14 77.37 0.68 0.56
Hex AF DB 43 14 0 45 E 4D 44 38
Octal 257 333 103 24 0 105 16 115 104 70
Binary 10101111 11011011 1000011 10100 0 1000101 1110 1001101 1000100 111000

Color Harmonies of #AFDB43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB43

Black with #AFDB43

Text Example


Text Example

White with #AFDB43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB43; }

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

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

background-color css

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

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

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

border-color css

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

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

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