Html Css Color HEX #AFFC65 Conifer

📋 copy color: '#AFFC65'

red 175 ◦ green 252 ◦ blue 101

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

Shades of Conifer #AFFC65

Tints of Conifer #AFFC65

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.73%

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

R = 33.14%
G = 47.73%
B = 19.13%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#AFFC65 (or 0xAFFC65) is known color: Conifer. HEX triplet: AF, FC and 65. RGB value is (175,252,101). Sum of RGB (Red+Green+Blue) = 175+252+101=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 252 (98.83% from 255 or 47.73% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFC65 is #50039A. Grayscale: #D4D4D4. Windows color (decimal): -5243803 or 6683823. OLE color: 6683823.

HSL color Cylindrical-coordinate representation of color #AFFC65: hue angle of 90.6º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFFC65 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 252 101 -
CMYK 0.31 0 0.60 0.01
HSL 90.6º 0.96% 0.69% -
HSV(B) 90.6º 0.6% 0.99% -
XYZ 54.84 79.67 24.8 -
YUV 211.76 65.49 101.78 -
System Red Green Blue C M Y K H S L
Decimal 175 252 101 0.31 0 0.60 0.01 90.6 0.96 0.69
Hex AF FC 65 1F 0 3C 1 5B 60 45
Octal 257 374 145 37 0 74 1 133 140 105
Binary 10101111 11111100 1100101 11111 0 111100 1 1011011 1100000 1000101

Color Harmonies of #AFFC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC65

Black with #AFFC65

Text Example


Text Example

White with #AFFC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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