Html Css Color HEX #AFE65B Conifer

📋 copy color: '#AFE65B'

red 175 ◦ green 230 ◦ blue 91

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

Shades of Conifer #AFE65B

Tints of Conifer #AFE65B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.35%

R = 35.28%
G = 46.37%
B = 18.35%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#AFE65B (or 0xAFE65B) is known color: Conifer. HEX triplet: AF, E6 and 5B. RGB value is (175,230,91). Sum of RGB (Red+Green+Blue) = 175+230+91=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 230 (90.23% from 255 or 46.37% from 496); Blue value is 91 (35.94% from 255 or 18.35% from 496); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE65B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE65B is #5019A4. Grayscale: #C6C6C6. Windows color (decimal): -5249445 or 6022831. OLE color: 6022831.

HSL color Cylindrical-coordinate representation of color #AFE65B: hue angle of 83.74º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFE65B is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 91 -
CMYK 0.24 0 0.60 0.10
HSL 83.74º 0.74% 0.63% -
HSV(B) 83.74º 0.6% 0.9% -
XYZ 47.86 66.46 20.2 -
YUV 197.71 67.78 111.8 -
System Red Green Blue C M Y K H S L
Decimal 175 230 91 0.24 0 0.60 0.10 83.74 0.74 0.63
Hex AF E6 5B 18 0 3C A 54 4A 3F
Octal 257 346 133 30 0 74 12 124 112 77
Binary 10101111 11100110 1011011 11000 0 111100 1010 1010100 1001010 111111

Color Harmonies of #AFE65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE65B

Black with #AFE65B

Text Example


Text Example

White with #AFE65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE65B; }

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

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

background-color css

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

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

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

border-color css

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

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

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