Html Css Color HEX #AFCF26 Rio Grande

📋 copy color: '#AFCF26'

red 175 ◦ green 207 ◦ blue 38

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

Shades of Rio Grande #AFCF26

Tints of Rio Grande #AFCF26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.05%

R = 41.67%
G = 49.29%
B = 9.05%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#AFCF26 (or 0xAFCF26) is known color: Rio Grande. HEX triplet: AF, CF and 26. RGB value is (175,207,38). Sum of RGB (Red+Green+Blue) = 175+207+38=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 38 (15.23% from 255 or 9.05% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCF26 is #5030D9. Grayscale: #B2B2B2. Windows color (decimal): -5255386 or 2543535. OLE color: 2543535.

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

Color convert

RGB 175 207 38 -
CMYK 0.15 0 0.82 0.19
HSL 71.36º 0.69% 0.48% -
HSV(B) 71.36º 0.82% 0.81% -
XYZ 40.34 53.88 10.11 -
YUV 178.17 48.9 125.74 -
System Red Green Blue C M Y K H S L
Decimal 175 207 38 0.15 0 0.82 0.19 71.36 0.69 0.48
Hex AF CF 26 F 0 52 13 47 45 30
Octal 257 317 46 17 0 122 23 107 105 60
Binary 10101111 11001111 100110 1111 0 1010010 10011 1000111 1000101 110000

Color Harmonies of #AFCF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCF26

Black with #AFCF26

Text Example


Text Example

White with #AFCF26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCF26; }

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

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

background-color css

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

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

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

border-color css

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

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

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