Html Css Color HEX #AFE762 Conifer

📋 copy color: '#AFE762'

red 175 ◦ green 231 ◦ blue 98

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

Shades of Conifer #AFE762

Tints of Conifer #AFE762

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.83%

 BLUE value IS 98 (38.67% from 255) = 19.44%

R = 34.72%
G = 45.83%
B = 19.44%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#AFE762 (or 0xAFE762) is known color: Conifer. HEX triplet: AF, E7 and 62. RGB value is (175,231,98). Sum of RGB (Red+Green+Blue) = 175+231+98=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 231 (90.62% from 255 or 45.83% from 504); Blue value is 98 (38.67% from 255 or 19.44% from 504); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE762 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE762 is #50189D. Grayscale: #C7C7C7. Windows color (decimal): -5249182 or 6481839. OLE color: 6481839.

HSL color Cylindrical-coordinate representation of color #AFE762: hue angle of 85.26º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFE762 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 231 98 -
CMYK 0.24 0 0.58 0.09
HSL 85.26º 0.73% 0.65% -
HSV(B) 85.26º 0.58% 0.91% -
XYZ 48.46 67.15 21.96 -
YUV 199.09 70.95 110.81 -
System Red Green Blue C M Y K H S L
Decimal 175 231 98 0.24 0 0.58 0.09 85.26 0.73 0.65
Hex AF E7 62 18 0 3A 9 55 49 41
Octal 257 347 142 30 0 72 11 125 111 101
Binary 10101111 11100111 1100010 11000 0 111010 1001 1010101 1001001 1000001

Color Harmonies of #AFE762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE762

Black with #AFE762

Text Example


Text Example

White with #AFE762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE762; }

 p { color: rgb(175,231,98); }

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

background-color css

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

 a { background-color: rgb(175,231,98); }

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

border-color css

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

 span { border-color: rgb(175,231,98); }

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