Html Css Color HEX #C7CF00 La Rioja

📋 copy color: '#C7CF00'

red 199 ◦ green 207 ◦ blue 0

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

Shades of La Rioja #C7CF00

Tints of La Rioja #C7CF00

RGB

 RED value IS 199 (78.13% from 255) = 49.01%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.01%
G = 50.99%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#C7CF00 (or 0xC7CF00) is known color: La Rioja. HEX triplet: C7, CF and 00. RGB value is (199,207,0). Sum of RGB (Red+Green+Blue) = 199+207+0=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7CF00 is #3830FF. Grayscale: #B5B5B5. Windows color (decimal): -3682560 or 53191. OLE color: 53191.

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

Color convert

RGB 199 207 0 -
CMYK 0.04 0 1 0.19
HSL 62.32º 1% 0.41% -
HSV(B) 62.32º 1% 0.81% -
XYZ 45.87 56.77 8.54 -
YUV 181.01 25.85 140.83 -
System Red Green Blue C M Y K H S L
Decimal 199 207 0 0.04 0 1 0.19 62.32 1 0.41
Hex C7 CF 0 4 0 64 13 3E 64 29
Octal 307 317 0 4 0 144 23 76 144 51
Binary 11000111 11001111 0 100 0 1100100 10011 111110 1100100 101001

Color Harmonies of #C7CF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CF00

Black with #C7CF00

Text Example


Text Example

White with #C7CF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CF00; }

 p { color: rgb(199,207,0); }

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

background-color css

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

 a { background-color: rgb(199,207,0); }

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

border-color css

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

 span { border-color: rgb(199,207,0); }

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