Html Css Color HEX #C7F074 Sulu

📋 copy color: '#C7F074'

red 199 ◦ green 240 ◦ blue 116

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

Shades of Sulu #C7F074

Tints of Sulu #C7F074

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.24%

 BLUE value IS 116 (45.7% from 255) = 20.9%

R = 35.86%
G = 43.24%
B = 20.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#C7F074 (or 0xC7F074) is known color: Sulu. HEX triplet: C7, F0 and 74. RGB value is (199,240,116). Sum of RGB (Red+Green+Blue) = 199+240+116=555 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.86% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 116 (45.70% from 255 or 20.90% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #C7F074 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F074 is #380F8B. Grayscale: #D6D6D6. Windows color (decimal): -3673996 or 7663815. OLE color: 7663815.

HSL color Cylindrical-coordinate representation of color #C7F074: hue angle of 79.84º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7F074 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 199 240 116 -
CMYK 0.17 0 0.52 0.06
HSL 79.84º 0.81% 0.7% -
HSV(B) 79.84º 0.52% 0.94% -
XYZ 57.87 75.72 28.09 -
YUV 213.61 72.92 117.58 -
System Red Green Blue C M Y K H S L
Decimal 199 240 116 0.17 0 0.52 0.06 79.84 0.81 0.7
Hex C7 F0 74 11 0 34 6 50 51 46
Octal 307 360 164 21 0 64 6 120 121 106
Binary 11000111 11110000 1110100 10001 0 110100 110 1010000 1010001 1000110

Color Harmonies of #C7F074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7F074

Black with #C7F074

Text Example


Text Example

White with #C7F074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7F074; }

 p { color: rgb(199,240,116); }

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

background-color css

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

 a { background-color: rgb(199,240,116); }

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

border-color css

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

 span { border-color: rgb(199,240,116); }

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