Html Css Color HEX #C7D30B La Rioja

📋 copy color: '#C7D30B'

red 199 ◦ green 211 ◦ blue 11

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

Shades of La Rioja #C7D30B

Tints of La Rioja #C7D30B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.12%

 BLUE value IS 11 (4.69% from 255) = 2.61%

R = 47.27%
G = 50.12%
B = 2.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#C7D30B (or 0xC7D30B) is known color: La Rioja. HEX triplet: C7, D3 and 0B. RGB value is (199,211,11). Sum of RGB (Red+Green+Blue) = 199+211+11=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 211 (82.81% from 255 or 50.12% from 421); Blue value is 11 (4.69% from 255 or 2.61% from 421); Max value from RGB is 211 - color contains mainly: green. Hex color #C7D30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D30B is #382CF4. Grayscale: #B9B9B9. Windows color (decimal): -3681525 or 775111. OLE color: 775111.

HSL color Cylindrical-coordinate representation of color #C7D30B: hue angle of 63.6º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7D30B is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 199 211 11 -
CMYK 0.06 0 0.95 0.17
HSL 63.6º 0.9% 0.44% -
HSV(B) 63.6º 0.95% 0.83% -
XYZ 46.91 58.75 9.19 -
YUV 184.61 30.02 138.26 -
System Red Green Blue C M Y K H S L
Decimal 199 211 11 0.06 0 0.95 0.17 63.6 0.9 0.44
Hex C7 D3 B 6 0 5F 11 40 5A 2C
Octal 307 323 13 6 0 137 21 100 132 54
Binary 11000111 11010011 1011 110 0 1011111 10001 1000000 1011010 101100

Color Harmonies of #C7D30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D30B

Black with #C7D30B

Text Example


Text Example

White with #C7D30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D30B; }

 p { color: rgb(199,211,11); }

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

background-color css

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

 a { background-color: rgb(199,211,11); }

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

border-color css

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

 span { border-color: rgb(199,211,11); }

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