Html Css Color HEX #C0F37F Sulu

📋 copy color: '#C0F37F'

red 192 ◦ green 243 ◦ blue 127

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

Shades of Sulu #C0F37F

Tints of Sulu #C0F37F

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.24%

 BLUE value IS 127 (50% from 255) = 22.6%

R = 34.16%
G = 43.24%
B = 22.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#C0F37F (or 0xC0F37F) is known color: Sulu. HEX triplet: C0, F3 and 7F. RGB value is (192,243,127). Sum of RGB (Red+Green+Blue) = 192+243+127=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 243 (95.31% from 255 or 43.24% from 562); Blue value is 127 (50% from 255 or 22.60% from 562); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F37F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F37F is #3F0C80. Grayscale: #D6D6D6. Windows color (decimal): -4131969 or 8385472. OLE color: 8385472.

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

Color convert

RGB 192 243 127 -
CMYK 0.21 0 0.48 0.05
HSL 86.38º 0.83% 0.73% -
HSV(B) 86.38º 0.48% 0.95% -
XYZ 57.62 76.84 31.87 -
YUV 214.53 78.6 111.93 -
System Red Green Blue C M Y K H S L
Decimal 192 243 127 0.21 0 0.48 0.05 86.38 0.83 0.73
Hex C0 F3 7F 15 0 30 5 56 53 49
Octal 300 363 177 25 0 60 5 126 123 111
Binary 11000000 11110011 1111111 10101 0 110000 101 1010110 1010011 1001001

Color Harmonies of #C0F37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F37F

Black with #C0F37F

Text Example


Text Example

White with #C0F37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F37F; }

 p { color: rgb(192,243,127); }

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

background-color css

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

 a { background-color: rgb(192,243,127); }

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

border-color css

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

 span { border-color: rgb(192,243,127); }

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