Html Css Color HEX #AFEB68 Conifer

📋 copy color: '#AFEB68'

red 175 ◦ green 235 ◦ blue 104

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

Shades of Conifer #AFEB68

Tints of Conifer #AFEB68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.23%

R = 34.05%
G = 45.72%
B = 20.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#AFEB68 (or 0xAFEB68) is known color: Conifer. HEX triplet: AF, EB and 68. RGB value is (175,235,104). Sum of RGB (Red+Green+Blue) = 175+235+104=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 235 (92.19% from 255 or 45.72% from 514); Blue value is 104 (41.02% from 255 or 20.23% from 514); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEB68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEB68 is #501497. Grayscale: #CACACA. Windows color (decimal): -5248152 or 6876079. OLE color: 6876079.

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

Color convert

RGB 175 235 104 -
CMYK 0.26 0 0.56 0.08
HSL 87.48º 0.77% 0.66% -
HSV(B) 87.48º 0.56% 0.92% -
XYZ 49.89 69.53 23.89 -
YUV 202.13 72.62 108.65 -
System Red Green Blue C M Y K H S L
Decimal 175 235 104 0.26 0 0.56 0.08 87.48 0.77 0.66
Hex AF EB 68 1A 0 38 8 57 4D 42
Octal 257 353 150 32 0 70 10 127 115 102
Binary 10101111 11101011 1101000 11010 0 111000 1000 1010111 1001101 1000010

Color Harmonies of #AFEB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEB68

Black with #AFEB68

Text Example


Text Example

White with #AFEB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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