Html Css Color HEX #C8CF00 La Rioja

📋 copy color: '#C8CF00'

red 200 ◦ green 207 ◦ blue 0

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

Shades of La Rioja #C8CF00

Tints of La Rioja #C8CF00

RGB

 RED value IS 200 (78.52% from 255) = 49.14%

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

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

R = 49.14%
G = 50.86%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#C8CF00 (or 0xC8CF00) is known color: La Rioja. HEX triplet: C8, CF and 00. RGB value is (200,207,0). Sum of RGB (Red+Green+Blue) = 200+207+0=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 207 (81.25% from 255 or 50.86% from 407); Blue value is 0 (0.39% from 255 or 0% from 407); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8CF00 is #3730FF. Grayscale: #B6B6B6. Windows color (decimal): -3617024 or 53192. OLE color: 53192.

HSL color Cylindrical-coordinate representation of color #C8CF00: hue angle of 62.03º 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 #C8CF00 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 207 0 -
CMYK 0.03 0 1 0.19
HSL 62.03º 1% 0.41% -
HSV(B) 62.03º 1% 0.81% -
XYZ 46.13 56.91 8.55 -
YUV 181.31 25.68 141.33 -
System Red Green Blue C M Y K H S L
Decimal 200 207 0 0.03 0 1 0.19 62.03 1 0.41
Hex C8 CF 0 3 0 64 13 3E 64 29
Octal 310 317 0 3 0 144 23 76 144 51
Binary 11001000 11001111 0 11 0 1100100 10011 111110 1100100 101001

Color Harmonies of #C8CF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CF00

Black with #C8CF00

Text Example


Text Example

White with #C8CF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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