Html Css Color HEX #C0F38D Sulu

📋 copy color: '#C0F38D'

red 192 ◦ green 243 ◦ blue 141

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

Shades of Sulu #C0F38D

Tints of Sulu #C0F38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.48%

R = 33.33%
G = 42.19%
B = 24.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#C0F38D (or 0xC0F38D) is known color: Sulu. HEX triplet: C0, F3 and 8D. RGB value is (192,243,141). Sum of RGB (Red+Green+Blue) = 192+243+141=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 243 (95.31% from 255 or 42.19% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F38D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F38D is #3F0C72. Grayscale: #D8D8D8. Windows color (decimal): -4131955 or 9302976. OLE color: 9302976.

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

Color convert

RGB 192 243 141 -
CMYK 0.21 0 0.42 0.05
HSL 90º 0.81% 0.75% -
HSV(B) 90º 0.42% 0.95% -
XYZ 58.6 77.23 37.02 -
YUV 216.12 85.6 110.79 -
System Red Green Blue C M Y K H S L
Decimal 192 243 141 0.21 0 0.42 0.05 90 0.81 0.75
Hex C0 F3 8D 15 0 2A 5 5A 51 4B
Octal 300 363 215 25 0 52 5 132 121 113
Binary 11000000 11110011 10001101 10101 0 101010 101 1011010 1010001 1001011

Color Harmonies of #C0F38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F38D

Black with #C0F38D

Text Example


Text Example

White with #C0F38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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