Html Css Color HEX #AFE74C Conifer

📋 copy color: '#AFE74C'

red 175 ◦ green 231 ◦ blue 76

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

Shades of Conifer #AFE74C

Tints of Conifer #AFE74C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.77%

R = 36.31%
G = 47.93%
B = 15.77%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#AFE74C (or 0xAFE74C) is known color: Conifer. HEX triplet: AF, E7 and 4C. RGB value is (175,231,76). Sum of RGB (Red+Green+Blue) = 175+231+76=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 231 (90.62% from 255 or 47.93% from 482); Blue value is 76 (30.08% from 255 or 15.77% from 482); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE74C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFE74C is #5018B3. Grayscale: #C5C5C5. Windows color (decimal): -5249204 or 5040047. OLE color: 5040047.

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

Color convert

RGB 175 231 76 -
CMYK 0.24 0 0.67 0.09
HSL 81.68º 0.76% 0.6% -
HSV(B) 81.68º 0.67% 0.91% -
XYZ 47.56 66.79 17.22 -
YUV 196.59 59.95 112.6 -
System Red Green Blue C M Y K H S L
Decimal 175 231 76 0.24 0 0.67 0.09 81.68 0.76 0.6
Hex AF E7 4C 18 0 43 9 52 4C 3C
Octal 257 347 114 30 0 103 11 122 114 74
Binary 10101111 11100111 1001100 11000 0 1000011 1001 1010010 1001100 111100

Color Harmonies of #AFE74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE74C

Black with #AFE74C

Text Example


Text Example

White with #AFE74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE74C; }

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

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

background-color css

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

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

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

border-color css

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

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

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