Html Css Color HEX #C0F17C Sulu

📋 copy color: '#C0F17C'

red 192 ◦ green 241 ◦ blue 124

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

Shades of Sulu #C0F17C

Tints of Sulu #C0F17C

RGB

 RED value IS 192 (75.39% from 255) = 34.47%

 GREEN value IS 241 (94.53% from 255) = 43.27%

 BLUE value IS 124 (48.83% from 255) = 22.26%

R = 34.47%
G = 43.27%
B = 22.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#C0F17C (or 0xC0F17C) is known color: Sulu. HEX triplet: C0, F1 and 7C. RGB value is (192,241,124). Sum of RGB (Red+Green+Blue) = 192+241+124=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 124 (48.83% from 255 or 22.26% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F17C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F17C is #3F0E83. Grayscale: #D5D5D5. Windows color (decimal): -4132484 or 8188352. OLE color: 8188352.

HSL color Cylindrical-coordinate representation of color #C0F17C: hue angle of 85.13º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C0F17C is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 241 124 -
CMYK 0.20 0 0.49 0.05
HSL 85.13º 0.81% 0.72% -
HSV(B) 85.13º 0.49% 0.95% -
XYZ 56.83 75.57 30.66 -
YUV 213.01 77.77 113.01 -
System Red Green Blue C M Y K H S L
Decimal 192 241 124 0.20 0 0.49 0.05 85.13 0.81 0.72
Hex C0 F1 7C 14 0 31 5 55 51 48
Octal 300 361 174 24 0 61 5 125 121 110
Binary 11000000 11110001 1111100 10100 0 110001 101 1010101 1010001 1001000

Color Harmonies of #C0F17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F17C

Black with #C0F17C

Text Example


Text Example

White with #C0F17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F17C; }

 p { color: rgb(192,241,124); }

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

background-color css

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

 a { background-color: rgb(192,241,124); }

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

border-color css

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

 span { border-color: rgb(192,241,124); }

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