Html Css Color HEX #AFCF4D Conifer

📋 copy color: '#AFCF4D'

red 175 ◦ green 207 ◦ blue 77

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

Shades of Conifer #AFCF4D

Tints of Conifer #AFCF4D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.1%

 BLUE value IS 77 (30.47% from 255) = 16.78%

R = 38.13%
G = 45.1%
B = 16.78%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#AFCF4D (or 0xAFCF4D) is known color: Conifer. HEX triplet: AF, CF and 4D. RGB value is (175,207,77). Sum of RGB (Red+Green+Blue) = 175+207+77=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 77 (30.47% from 255 or 16.78% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCF4D is #5030B2. Grayscale: #B7B7B7. Windows color (decimal): -5255347 or 5099439. OLE color: 5099439.

HSL color Cylindrical-coordinate representation of color #AFCF4D: hue angle of 74.77º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFCF4D is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 207 77 -
CMYK 0.15 0 0.63 0.19
HSL 74.77º 0.58% 0.56% -
HSV(B) 74.77º 0.63% 0.81% -
XYZ 41.33 54.28 15.32 -
YUV 182.61 68.4 122.57 -
System Red Green Blue C M Y K H S L
Decimal 175 207 77 0.15 0 0.63 0.19 74.77 0.58 0.56
Hex AF CF 4D F 0 3F 13 4B 3A 38
Octal 257 317 115 17 0 77 23 113 72 70
Binary 10101111 11001111 1001101 1111 0 111111 10011 1001011 111010 111000

Color Harmonies of #AFCF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCF4D

Black with #AFCF4D

Text Example


Text Example

White with #AFCF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCF4D; }

 p { color: rgb(175,207,77); }

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

background-color css

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

 a { background-color: rgb(175,207,77); }

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

border-color css

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

 span { border-color: rgb(175,207,77); }

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