Html Css Color HEX #AFDB65 Conifer

📋 copy color: '#AFDB65'

red 175 ◦ green 219 ◦ blue 101

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

Shades of Conifer #AFDB65

Tints of Conifer #AFDB65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.4%

R = 35.35%
G = 44.24%
B = 20.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#AFDB65 (or 0xAFDB65) is known color: Conifer. HEX triplet: AF, DB and 65. RGB value is (175,219,101). Sum of RGB (Red+Green+Blue) = 175+219+101=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDB65 is #50249A. Grayscale: #C0C0C0. Windows color (decimal): -5252251 or 6675375. OLE color: 6675375.

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

Color convert

RGB 175 219 101 -
CMYK 0.20 0 0.54 0.14
HSL 82.37º 0.62% 0.63% -
HSV(B) 82.37º 0.54% 0.86% -
XYZ 45.36 60.72 21.64 -
YUV 192.39 76.42 115.59 -
System Red Green Blue C M Y K H S L
Decimal 175 219 101 0.20 0 0.54 0.14 82.37 0.62 0.63
Hex AF DB 65 14 0 36 E 52 3E 3F
Octal 257 333 145 24 0 66 16 122 76 77
Binary 10101111 11011011 1100101 10100 0 110110 1110 1010010 111110 111111

Color Harmonies of #AFDB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB65

Black with #AFDB65

Text Example


Text Example

White with #AFDB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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