Html Css Color HEX #AFE63D Conifer

📋 copy color: '#AFE63D'

red 175 ◦ green 230 ◦ blue 61

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

Shades of Conifer #AFE63D

Tints of Conifer #AFE63D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.36%

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

R = 37.55%
G = 49.36%
B = 13.09%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#AFE63D (or 0xAFE63D) is known color: Conifer. HEX triplet: AF, E6 and 3D. RGB value is (175,230,61). Sum of RGB (Red+Green+Blue) = 175+230+61=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 230 (90.23% from 255 or 49.36% from 466); Blue value is 61 (24.22% from 255 or 13.09% from 466); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE63D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE63D is #5019C2. Grayscale: #C2C2C2. Windows color (decimal): -5249475 or 4056751. OLE color: 4056751.

HSL color Cylindrical-coordinate representation of color #AFE63D: hue angle of 79.53º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFE63D is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 61 -
CMYK 0.24 0 0.73 0.10
HSL 79.53º 0.77% 0.57% -
HSV(B) 79.53º 0.73% 0.9% -
XYZ 46.82 66.04 14.7 -
YUV 194.29 52.78 114.24 -
System Red Green Blue C M Y K H S L
Decimal 175 230 61 0.24 0 0.73 0.10 79.53 0.77 0.57
Hex AF E6 3D 18 0 49 A 50 4D 39
Octal 257 346 75 30 0 111 12 120 115 71
Binary 10101111 11100110 111101 11000 0 1001001 1010 1010000 1001101 111001

Color Harmonies of #AFE63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE63D

Black with #AFE63D

Text Example


Text Example

White with #AFE63D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE63D; }

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

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

background-color css

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

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

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

border-color css

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

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

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