Html Css Color HEX #AFE83D Conifer

📋 copy color: '#AFE83D'

red 175 ◦ green 232 ◦ blue 61

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

Shades of Conifer #AFE83D

Tints of Conifer #AFE83D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 49.57%

 BLUE value IS 61 (24.22% from 255) = 13.03%

R = 37.39%
G = 49.57%
B = 13.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#AFE83D (or 0xAFE83D) is known color: Conifer. HEX triplet: AF, E8 and 3D. RGB value is (175,232,61). Sum of RGB (Red+Green+Blue) = 175+232+61=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 232 (91.02% from 255 or 49.57% from 468); Blue value is 61 (24.22% from 255 or 13.03% from 468); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE83D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE83D is #5017C2. Grayscale: #C4C4C4. Windows color (decimal): -5248963 or 4057263. OLE color: 4057263.

HSL color Cylindrical-coordinate representation of color #AFE83D: hue angle of 80º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFE83D is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 232 61 -
CMYK 0.25 0 0.74 0.09
HSL 80º 0.79% 0.57% -
HSV(B) 80º 0.74% 0.91% -
XYZ 47.38 67.16 14.88 -
YUV 195.46 52.12 113.4 -
System Red Green Blue C M Y K H S L
Decimal 175 232 61 0.25 0 0.74 0.09 80 0.79 0.57
Hex AF E8 3D 19 0 4A 9 50 4F 39
Octal 257 350 75 31 0 112 11 120 117 71
Binary 10101111 11101000 111101 11001 0 1001010 1001 1010000 1001111 111001

Color Harmonies of #AFE83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE83D

Black with #AFE83D

Text Example


Text Example

White with #AFE83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE83D; }

 p { color: rgb(175,232,61); }

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

background-color css

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

 a { background-color: rgb(175,232,61); }

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

border-color css

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

 span { border-color: rgb(175,232,61); }

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