Html Css Color HEX #C0F985 Sulu

📋 copy color: '#C0F985'

red 192 ◦ green 249 ◦ blue 133

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

Shades of Sulu #C0F985

Tints of Sulu #C0F985

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.38%

 BLUE value IS 133 (52.34% from 255) = 23.17%

R = 33.45%
G = 43.38%
B = 23.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#C0F985 (or 0xC0F985) is known color: Sulu. HEX triplet: C0, F9 and 85. RGB value is (192,249,133). Sum of RGB (Red+Green+Blue) = 192+249+133=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 249 (97.66% from 255 or 43.38% from 574); Blue value is 133 (52.34% from 255 or 23.17% from 574); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F985 is #3F067A. Grayscale: #DBDBDB. Windows color (decimal): -4130427 or 8780224. OLE color: 8780224.

HSL color Cylindrical-coordinate representation of color #C0F985: hue angle of 89.48º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0F985 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 249 133 -
CMYK 0.23 0 0.47 0.02
HSL 89.48º 0.91% 0.75% -
HSV(B) 89.48º 0.47% 0.98% -
XYZ 59.85 80.65 34.6 -
YUV 218.73 79.62 108.93 -
System Red Green Blue C M Y K H S L
Decimal 192 249 133 0.23 0 0.47 0.02 89.48 0.91 0.75
Hex C0 F9 85 17 0 2F 2 59 5B 4B
Octal 300 371 205 27 0 57 2 131 133 113
Binary 11000000 11111001 10000101 10111 0 101111 10 1011001 1011011 1001011

Color Harmonies of #C0F985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F985

Black with #C0F985

Text Example


Text Example

White with #C0F985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F985; }

 p { color: rgb(192,249,133); }

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

background-color css

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

 a { background-color: rgb(192,249,133); }

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

border-color css

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

 span { border-color: rgb(192,249,133); }

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