Html Css Color HEX #C0E07B Sulu

📋 copy color: '#C0E07B'

red 192 ◦ green 224 ◦ blue 123

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

Shades of Sulu #C0E07B

Tints of Sulu #C0E07B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.56%

 BLUE value IS 123 (48.44% from 255) = 22.82%

R = 35.62%
G = 41.56%
B = 22.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#C0E07B (or 0xC0E07B) is known color: Sulu. HEX triplet: C0, E0 and 7B. RGB value is (192,224,123). Sum of RGB (Red+Green+Blue) = 192+224+123=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 123 (48.44% from 255 or 22.82% from 539); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E07B is #3F1F84. Grayscale: #CBCBCB. Windows color (decimal): -4136837 or 8118464. OLE color: 8118464.

HSL color Cylindrical-coordinate representation of color #C0E07B: hue angle of 79.01º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0E07B is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 224 123 -
CMYK 0.14 0 0.45 0.12
HSL 79.01º 0.62% 0.68% -
HSV(B) 79.01º 0.45% 0.88% -
XYZ 51.97 65.95 28.73 -
YUV 202.92 82.9 120.21 -
System Red Green Blue C M Y K H S L
Decimal 192 224 123 0.14 0 0.45 0.12 79.01 0.62 0.68
Hex C0 E0 7B E 0 2D C 4F 3E 44
Octal 300 340 173 16 0 55 14 117 76 104
Binary 11000000 11100000 1111011 1110 0 101101 1100 1001111 111110 1000100

Color Harmonies of #C0E07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E07B

Black with #C0E07B

Text Example


Text Example

White with #C0E07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E07B; }

 p { color: rgb(192,224,123); }

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

background-color css

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

 a { background-color: rgb(192,224,123); }

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

border-color css

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

 span { border-color: rgb(192,224,123); }

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