Html Css Color HEX #C0F48A Sulu

📋 copy color: '#C0F48A'

red 192 ◦ green 244 ◦ blue 138

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

Shades of Sulu #C0F48A

Tints of Sulu #C0F48A

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.51%

 BLUE value IS 138 (54.3% from 255) = 24.04%

R = 33.45%
G = 42.51%
B = 24.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#C0F48A (or 0xC0F48A) is known color: Sulu. HEX triplet: C0, F4 and 8A. RGB value is (192,244,138). Sum of RGB (Red+Green+Blue) = 192+244+138=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 244 (95.70% from 255 or 42.51% from 574); Blue value is 138 (54.30% from 255 or 24.04% from 574); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F48A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F48A is #3F0B75. Grayscale: #D8D8D8. Windows color (decimal): -4131702 or 9106624. OLE color: 9106624.

HSL color Cylindrical-coordinate representation of color #C0F48A: hue angle of 89.43º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0F48A is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 244 138 -
CMYK 0.21 0 0.43 0.04
HSL 89.43º 0.83% 0.75% -
HSV(B) 89.43º 0.43% 0.96% -
XYZ 58.68 77.74 35.96 -
YUV 216.37 83.77 110.62 -
System Red Green Blue C M Y K H S L
Decimal 192 244 138 0.21 0 0.43 0.04 89.43 0.83 0.75
Hex C0 F4 8A 15 0 2B 4 59 53 4B
Octal 300 364 212 25 0 53 4 131 123 113
Binary 11000000 11110100 10001010 10101 0 101011 100 1011001 1010011 1001011

Color Harmonies of #C0F48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F48A

Black with #C0F48A

Text Example


Text Example

White with #C0F48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F48A; }

 p { color: rgb(192,244,138); }

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

background-color css

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

 a { background-color: rgb(192,244,138); }

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

border-color css

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

 span { border-color: rgb(192,244,138); }

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