Html Css Color HEX #C7F270 Sulu

📋 copy color: '#C7F270'

red 199 ◦ green 242 ◦ blue 112

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

Shades of Sulu #C7F270

Tints of Sulu #C7F270

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.76%

 BLUE value IS 112 (44.14% from 255) = 20.25%

R = 35.99%
G = 43.76%
B = 20.25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#C7F270 (or 0xC7F270) is known color: Sulu. HEX triplet: C7, F2 and 70. RGB value is (199,242,112). Sum of RGB (Red+Green+Blue) = 199+242+112=553 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.99% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 112 (44.14% from 255 or 20.25% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F270 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F270 is #380D8F. Grayscale: #D6D6D6. Windows color (decimal): -3673488 or 7402183. OLE color: 7402183.

HSL color Cylindrical-coordinate representation of color #C7F270: hue angle of 79.85º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7F270 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 199 242 112 -
CMYK 0.18 0 0.54 0.05
HSL 79.85º 0.83% 0.69% -
HSV(B) 79.85º 0.54% 0.95% -
XYZ 58.23 76.82 27.09 -
YUV 214.32 70.25 117.07 -
System Red Green Blue C M Y K H S L
Decimal 199 242 112 0.18 0 0.54 0.05 79.85 0.83 0.69
Hex C7 F2 70 12 0 36 5 50 53 45
Octal 307 362 160 22 0 66 5 120 123 105
Binary 11000111 11110010 1110000 10010 0 110110 101 1010000 1010011 1000101

Color Harmonies of #C7F270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7F270

Black with #C7F270

Text Example


Text Example

White with #C7F270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7F270; }

 p { color: rgb(199,242,112); }

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

background-color css

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

 a { background-color: rgb(199,242,112); }

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

border-color css

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

 span { border-color: rgb(199,242,112); }

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