Html Css Color HEX #AFED68 Conifer

📋 copy color: '#AFED68'

red 175 ◦ green 237 ◦ blue 104

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

Shades of Conifer #AFED68

Tints of Conifer #AFED68

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.93%

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

R = 33.91%
G = 45.93%
B = 20.16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#AFED68 (or 0xAFED68) is known color: Conifer. HEX triplet: AF, ED and 68. RGB value is (175,237,104). Sum of RGB (Red+Green+Blue) = 175+237+104=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 104 (41.02% from 255 or 20.16% from 516); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFED68 is #501297. Grayscale: #CBCBCB. Windows color (decimal): -5247640 or 6876591. OLE color: 6876591.

HSL color Cylindrical-coordinate representation of color #AFED68: hue angle of 87.97º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFED68 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 237 104 -
CMYK 0.26 0 0.56 0.07
HSL 87.97º 0.79% 0.67% -
HSV(B) 87.97º 0.56% 0.93% -
XYZ 50.46 70.68 24.08 -
YUV 203.3 71.96 107.81 -
System Red Green Blue C M Y K H S L
Decimal 175 237 104 0.26 0 0.56 0.07 87.97 0.79 0.67
Hex AF ED 68 1A 0 38 7 58 4F 43
Octal 257 355 150 32 0 70 7 130 117 103
Binary 10101111 11101101 1101000 11010 0 111000 111 1011000 1001111 1000011

Color Harmonies of #AFED68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFED68

Black with #AFED68

Text Example


Text Example

White with #AFED68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFED68; }

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

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

background-color css

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

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

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

border-color css

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

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

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