Html Css Color HEX #AFCF27 Rio Grande

📋 copy color: '#AFCF27'

red 175 ◦ green 207 ◦ blue 39

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

Shades of Rio Grande #AFCF27

Tints of Rio Grande #AFCF27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.26%

R = 41.57%
G = 49.17%
B = 9.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#AFCF27 (or 0xAFCF27) is known color: Rio Grande. HEX triplet: AF, CF and 27. RGB value is (175,207,39). Sum of RGB (Red+Green+Blue) = 175+207+39=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 39 (15.62% from 255 or 9.26% from 421); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCF27 is #5030D8. Grayscale: #B2B2B2. Windows color (decimal): -5255385 or 2609071. OLE color: 2609071.

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

Color convert

RGB 175 207 39 -
CMYK 0.15 0 0.81 0.19
HSL 71.43º 0.68% 0.48% -
HSV(B) 71.43º 0.81% 0.81% -
XYZ 40.36 53.89 10.19 -
YUV 178.28 49.4 125.66 -
System Red Green Blue C M Y K H S L
Decimal 175 207 39 0.15 0 0.81 0.19 71.43 0.68 0.48
Hex AF CF 27 F 0 51 13 47 44 30
Octal 257 317 47 17 0 121 23 107 104 60
Binary 10101111 11001111 100111 1111 0 1010001 10011 1000111 1000100 110000

Color Harmonies of #AFCF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCF27

Black with #AFCF27

Text Example


Text Example

White with #AFCF27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCF27; }

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

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

background-color css

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

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

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

border-color css

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

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

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