Html Css Color HEX #C0F864 Sulu

📋 copy color: '#C0F864'

red 192 ◦ green 248 ◦ blue 100

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

Shades of Sulu #C0F864

Tints of Sulu #C0F864

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.93%

 BLUE value IS 100 (39.45% from 255) = 18.52%

R = 35.56%
G = 45.93%
B = 18.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#C0F864 (or 0xC0F864) is known color: Sulu. HEX triplet: C0, F8 and 64. RGB value is (192,248,100). Sum of RGB (Red+Green+Blue) = 192+248+100=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 248 (97.27% from 255 or 45.93% from 540); Blue value is 100 (39.45% from 255 or 18.52% from 540); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F864 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F864 is #3F079B. Grayscale: #D6D6D6. Windows color (decimal): -4130716 or 6617280. OLE color: 6617280.

HSL color Cylindrical-coordinate representation of color #C0F864: hue angle of 82.7º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0F864 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 248 100 -
CMYK 0.23 0 0.60 0.03
HSL 82.7º 0.91% 0.68% -
HSV(B) 82.7º 0.6% 0.97% -
XYZ 57.61 79.26 24.32 -
YUV 214.38 63.45 112.03 -
System Red Green Blue C M Y K H S L
Decimal 192 248 100 0.23 0 0.60 0.03 82.7 0.91 0.68
Hex C0 F8 64 17 0 3C 3 53 5B 44
Octal 300 370 144 27 0 74 3 123 133 104
Binary 11000000 11111000 1100100 10111 0 111100 11 1010011 1011011 1000100

Color Harmonies of #C0F864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F864

Black with #C0F864

Text Example


Text Example

White with #C0F864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F864; }

 p { color: rgb(192,248,100); }

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

background-color css

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

 a { background-color: rgb(192,248,100); }

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

border-color css

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

 span { border-color: rgb(192,248,100); }

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