Html Css Color HEX #C5D007 La Rioja

📋 copy color: '#C5D007'

red 197 ◦ green 208 ◦ blue 7

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

Shades of La Rioja #C5D007

Tints of La Rioja #C5D007

RGB

 RED value IS 197 (77.34% from 255) = 47.82%

 GREEN value IS 208 (81.64% from 255) = 50.49%

 BLUE value IS 7 (3.13% from 255) = 1.7%

R = 47.82%
G = 50.49%
B = 1.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#C5D007 (or 0xC5D007) is known color: La Rioja. HEX triplet: C5, D0 and 07. RGB value is (197,208,7). Sum of RGB (Red+Green+Blue) = 197+208+7=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 208 (81.64% from 255 or 50.49% from 412); Blue value is 7 (3.12% from 255 or 1.70% from 412); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D007 is #3A2FF8. Grayscale: #B6B6B6. Windows color (decimal): -3813369 or 512197. OLE color: 512197.

HSL color Cylindrical-coordinate representation of color #C5D007: hue angle of 63.28º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5D007 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 208 7 -
CMYK 0.05 0 0.97 0.18
HSL 63.28º 0.93% 0.42% -
HSV(B) 63.28º 0.97% 0.82% -
XYZ 45.62 57 8.8 -
YUV 181.8 29.36 138.84 -
System Red Green Blue C M Y K H S L
Decimal 197 208 7 0.05 0 0.97 0.18 63.28 0.93 0.42
Hex C5 D0 7 5 0 61 12 3F 5D 2A
Octal 305 320 7 5 0 141 22 77 135 52
Binary 11000101 11010000 111 101 0 1100001 10010 111111 1011101 101010

Color Harmonies of #C5D007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D007

Black with #C5D007

Text Example


Text Example

White with #C5D007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D007; }

 p { color: rgb(197,208,7); }

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

background-color css

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

 a { background-color: rgb(197,208,7); }

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

border-color css

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

 span { border-color: rgb(197,208,7); }

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