Html Css Color HEX #AFE66B Conifer

📋 copy color: '#AFE66B'

red 175 ◦ green 230 ◦ blue 107

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

Shades of Conifer #AFE66B

Tints of Conifer #AFE66B

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.92%

 BLUE value IS 107 (42.19% from 255) = 20.9%

R = 34.18%
G = 44.92%
B = 20.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#AFE66B (or 0xAFE66B) is known color: Conifer. HEX triplet: AF, E6 and 6B. RGB value is (175,230,107). Sum of RGB (Red+Green+Blue) = 175+230+107=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 107 (42.19% from 255 or 20.90% from 512); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE66B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE66B is #501994. Grayscale: #C7C7C7. Windows color (decimal): -5249429 or 7071407. OLE color: 7071407.

HSL color Cylindrical-coordinate representation of color #AFE66B: hue angle of 86.83º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFE66B is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 107 -
CMYK 0.24 0 0.53 0.10
HSL 86.83º 0.71% 0.66% -
HSV(B) 86.83º 0.53% 0.9% -
XYZ 48.63 66.77 24.23 -
YUV 199.53 75.78 110.5 -
System Red Green Blue C M Y K H S L
Decimal 175 230 107 0.24 0 0.53 0.10 86.83 0.71 0.66
Hex AF E6 6B 18 0 35 A 57 47 42
Octal 257 346 153 30 0 65 12 127 107 102
Binary 10101111 11100110 1101011 11000 0 110101 1010 1010111 1000111 1000010

Color Harmonies of #AFE66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE66B

Black with #AFE66B

Text Example


Text Example

White with #AFE66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE66B; }

 p { color: rgb(175,230,107); }

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

background-color css

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

 a { background-color: rgb(175,230,107); }

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

border-color css

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

 span { border-color: rgb(175,230,107); }

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