Html Css Color HEX #AFEE65 Conifer

📋 copy color: '#AFEE65'

red 175 ◦ green 238 ◦ blue 101

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

Shades of Conifer #AFEE65

Tints of Conifer #AFEE65

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.3%

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

R = 34.05%
G = 46.3%
B = 19.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#AFEE65 (or 0xAFEE65) is known color: Conifer. HEX triplet: AF, EE and 65. RGB value is (175,238,101). Sum of RGB (Red+Green+Blue) = 175+238+101=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 238 (93.36% from 255 or 46.30% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEE65 is #50119A. Grayscale: #CCCCCC. Windows color (decimal): -5247387 or 6680239. OLE color: 6680239.

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

Color convert

RGB 175 238 101 -
CMYK 0.26 0 0.58 0.07
HSL 87.59º 0.8% 0.66% -
HSV(B) 87.59º 0.58% 0.93% -
XYZ 50.6 71.2 23.39 -
YUV 203.55 70.13 107.64 -
System Red Green Blue C M Y K H S L
Decimal 175 238 101 0.26 0 0.58 0.07 87.59 0.8 0.66
Hex AF EE 65 1A 0 3A 7 58 50 42
Octal 257 356 145 32 0 72 7 130 120 102
Binary 10101111 11101110 1100101 11010 0 111010 111 1011000 1010000 1000010

Color Harmonies of #AFEE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEE65

Black with #AFEE65

Text Example


Text Example

White with #AFEE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEE65; }

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

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

background-color css

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

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

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

border-color css

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

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

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