Html Css Color HEX #AFEB65 Conifer

📋 copy color: '#AFEB65'

red 175 ◦ green 235 ◦ blue 101

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

Shades of Conifer #AFEB65

Tints of Conifer #AFEB65

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.99%

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

R = 34.25%
G = 45.99%
B = 19.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#AFEB65 (or 0xAFEB65) is known color: Conifer. HEX triplet: AF, EB and 65. RGB value is (175,235,101). Sum of RGB (Red+Green+Blue) = 175+235+101=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEB65 is #50149A. Grayscale: #CACACA. Windows color (decimal): -5248155 or 6679471. OLE color: 6679471.

HSL color Cylindrical-coordinate representation of color #AFEB65: hue angle of 86.87º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFEB65 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 235 101 -
CMYK 0.26 0 0.57 0.08
HSL 86.87º 0.77% 0.66% -
HSV(B) 86.87º 0.57% 0.92% -
XYZ 49.74 69.47 23.1 -
YUV 201.78 71.12 108.9 -
System Red Green Blue C M Y K H S L
Decimal 175 235 101 0.26 0 0.57 0.08 86.87 0.77 0.66
Hex AF EB 65 1A 0 39 8 57 4D 42
Octal 257 353 145 32 0 71 10 127 115 102
Binary 10101111 11101011 1100101 11010 0 111001 1000 1010111 1001101 1000010

Color Harmonies of #AFEB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEB65

Black with #AFEB65

Text Example


Text Example

White with #AFEB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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