Html Css Color HEX #C0F18F Sulu

📋 copy color: '#C0F18F'

red 192 ◦ green 241 ◦ blue 143

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

Shades of Sulu #C0F18F

Tints of Sulu #C0F18F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.83%

R = 33.33%
G = 41.84%
B = 24.83%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#C0F18F (or 0xC0F18F) is known color: Sulu. HEX triplet: C0, F1 and 8F. RGB value is (192,241,143). Sum of RGB (Red+Green+Blue) = 192+241+143=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 143 (56.25% from 255 or 24.83% from 576); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F18F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F18F is #3F0E70. Grayscale: #D7D7D7. Windows color (decimal): -4132465 or 9433536. OLE color: 9433536.

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

Color convert

RGB 192 241 143 -
CMYK 0.20 0 0.41 0.05
HSL 90º 0.78% 0.75% -
HSV(B) 90º 0.41% 0.95% -
XYZ 58.15 76.1 37.61 -
YUV 215.18 87.27 111.47 -
System Red Green Blue C M Y K H S L
Decimal 192 241 143 0.20 0 0.41 0.05 90 0.78 0.75
Hex C0 F1 8F 14 0 29 5 5A 4E 4B
Octal 300 361 217 24 0 51 5 132 116 113
Binary 11000000 11110001 10001111 10100 0 101001 101 1011010 1001110 1001011

Color Harmonies of #C0F18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F18F

Black with #C0F18F

Text Example


Text Example

White with #C0F18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F18F; }

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

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

background-color css

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

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

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

border-color css

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

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

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