Html Css Color HEX #AFE23D Conifer

📋 copy color: '#AFE23D'

red 175 ◦ green 226 ◦ blue 61

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

Shades of Conifer #AFE23D

Tints of Conifer #AFE23D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.92%

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

R = 37.88%
G = 48.92%
B = 13.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#AFE23D (or 0xAFE23D) is known color: Conifer. HEX triplet: AF, E2 and 3D. RGB value is (175,226,61). Sum of RGB (Red+Green+Blue) = 175+226+61=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 226 (88.67% from 255 or 48.92% from 462); Blue value is 61 (24.22% from 255 or 13.20% from 462); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE23D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE23D is #501DC2. Grayscale: #C0C0C0. Windows color (decimal): -5250499 or 4055727. OLE color: 4055727.

HSL color Cylindrical-coordinate representation of color #AFE23D: hue angle of 78.55º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AFE23D is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 226 61 -
CMYK 0.23 0 0.73 0.11
HSL 78.55º 0.74% 0.56% -
HSV(B) 78.55º 0.73% 0.89% -
XYZ 45.72 63.84 14.33 -
YUV 191.94 54.1 115.92 -
System Red Green Blue C M Y K H S L
Decimal 175 226 61 0.23 0 0.73 0.11 78.55 0.74 0.56
Hex AF E2 3D 17 0 49 B 4F 4A 38
Octal 257 342 75 27 0 111 13 117 112 70
Binary 10101111 11100010 111101 10111 0 1001001 1011 1001111 1001010 111000

Color Harmonies of #AFE23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE23D

Black with #AFE23D

Text Example


Text Example

White with #AFE23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE23D; }

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

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

background-color css

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

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

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

border-color css

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

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

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