#CBF98D

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

Shades of Sulu #CBF98D

Tints of Sulu #CBF98D

Color information

#CBF98D (or 0xCBF98D) is unknown color: approx Sulu. HEX triplet: CB, F9 and 8D. RGB value is (203,249,141). Sum of RGB (Red+Green+Blue) = 203+249+141=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 249 (97.66% from 255 or 41.99% from 593); Blue value is 141 (55.47% from 255 or 23.78% from 593); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF98D is #340672. Grayscale: #DFDFDF. Windows color (decimal): -3409523 or 9304523. OLE color: 9304523.

HSL color Cylindrical-coordinate representation of color #CBF98D: hue angle of 85.56º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBF98D is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB203249141-
CMYK0.1800.430.02
HSL85.56º90%76.47%-
HSV(B)85.56º43.37%97.65%-
XYZ63.3182.3737.76-
YUV222.9381.76113.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.23%
GREEN value IS 249 (97.66% from 255) = 41.99%
BLUE value IS 141 (55.47% from 255) = 23.78%
R=34.23%
G=41.99%
B=23.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032491410.1800.430.0285.569076.47
HexCBF98D1202B2565a4c
Octal313371215220532126132114
Binary11001011111110011000110110010010101110101011010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF98D; }

 p { color: rgb(203,249,141); }

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

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

 a { background-color: rgb(203,249,141); }

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

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

 span { border-color: rgb(203,249,141); }

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