Html Css Color HEX #C0E67F Sulu

📋 copy color: '#C0E67F'

red 192 ◦ green 230 ◦ blue 127

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

Shades of Sulu #C0E67F

Tints of Sulu #C0E67F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.89%

 BLUE value IS 127 (50% from 255) = 23.13%

R = 34.97%
G = 41.89%
B = 23.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#C0E67F (or 0xC0E67F) is known color: Sulu. HEX triplet: C0, E6 and 7F. RGB value is (192,230,127). Sum of RGB (Red+Green+Blue) = 192+230+127=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 230 (90.23% from 255 or 41.89% from 549); Blue value is 127 (50% from 255 or 23.13% from 549); Max value from RGB is 230 - color contains mainly: green. Hex color #C0E67F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E67F is #3F1980. Grayscale: #CFCFCF. Windows color (decimal): -4135297 or 8382144. OLE color: 8382144.

HSL color Cylindrical-coordinate representation of color #C0E67F: hue angle of 82.14º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0E67F is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 192 230 127 -
CMYK 0.17 0 0.45 0.10
HSL 82.14º 0.67% 0.7% -
HSV(B) 82.14º 0.45% 0.9% -
XYZ 53.87 69.33 30.62 -
YUV 206.9 82.91 117.38 -
System Red Green Blue C M Y K H S L
Decimal 192 230 127 0.17 0 0.45 0.10 82.14 0.67 0.7
Hex C0 E6 7F 11 0 2D A 52 43 46
Octal 300 346 177 21 0 55 12 122 103 106
Binary 11000000 11100110 1111111 10001 0 101101 1010 1010010 1000011 1000110

Color Harmonies of #C0E67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E67F

Black with #C0E67F

Text Example


Text Example

White with #C0E67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E67F; }

 p { color: rgb(192,230,127); }

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

background-color css

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

 a { background-color: rgb(192,230,127); }

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

border-color css

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

 span { border-color: rgb(192,230,127); }

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