Html Css Color HEX #AFE75D Conifer

📋 copy color: '#AFE75D'

red 175 ◦ green 231 ◦ blue 93

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

Shades of Conifer #AFE75D

Tints of Conifer #AFE75D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.64%

R = 35.07%
G = 46.29%
B = 18.64%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#AFE75D (or 0xAFE75D) is known color: Conifer. HEX triplet: AF, E7 and 5D. RGB value is (175,231,93). Sum of RGB (Red+Green+Blue) = 175+231+93=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 231 (90.62% from 255 or 46.29% from 499); Blue value is 93 (36.72% from 255 or 18.64% from 499); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE75D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE75D is #5018A2. Grayscale: #C7C7C7. Windows color (decimal): -5249187 or 6154159. OLE color: 6154159.

HSL color Cylindrical-coordinate representation of color #AFE75D: hue angle of 84.35º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFE75D is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 231 93 -
CMYK 0.24 0 0.60 0.09
HSL 84.35º 0.74% 0.64% -
HSV(B) 84.35º 0.6% 0.91% -
XYZ 48.23 67.06 20.76 -
YUV 198.52 68.45 111.22 -
System Red Green Blue C M Y K H S L
Decimal 175 231 93 0.24 0 0.60 0.09 84.35 0.74 0.64
Hex AF E7 5D 18 0 3C 9 54 4A 40
Octal 257 347 135 30 0 74 11 124 112 100
Binary 10101111 11100111 1011101 11000 0 111100 1001 1010100 1001010 1000000

Color Harmonies of #AFE75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE75D

Black with #AFE75D

Text Example


Text Example

White with #AFE75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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