#CBEA85

Color #CBEA85 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #CBEA85

Tints of Sulu #CBEA85

Color information

#CBEA85 (or 0xCBEA85) is unknown color: approx Sulu. HEX triplet: CB, EA and 85. RGB value is (203,234,133). Sum of RGB (Red+Green+Blue) = 203+234+133=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 133 (52.34% from 255 or 23.33% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEA85 is #34157A. Grayscale: #D5D5D5. Windows color (decimal): -3413371 or 8776395. OLE color: 8776395.

HSL color Cylindrical-coordinate representation of color #CBEA85: hue angle of 78.42º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBEA85 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB203234133-
CMYK0.1300.430.08
HSL78.42º70.63%71.96%-
HSV(B)78.42º43.16%91.76%-
XYZ58.2973.2433.25-
YUV213.2282.73120.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.61%
GREEN value IS 234 (91.80% from 255) = 41.05%
BLUE value IS 133 (52.34% from 255) = 23.33%
R=35.61%
G=41.05%
B=23.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032341330.1300.430.0878.4270.6371.96
HexCBEA85D02B84e4748
Octal3133522051505310116107110
Binary110010111110101010000101110101010111000100111010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEA85; }

 p { color: rgb(203,234,133); }

 H1.HeaderClassName
 {
   color: #CBEA85;
 }
 .AnyTagClassName
 {
   color: #CBEA85;
 }
</style>
background-color css

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

 a { background-color: rgb(203,234,133); }

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

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

 span { border-color: rgb(203,234,133); }

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