#CAF188

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

Shades of Sulu #CAF188

Tints of Sulu #CAF188

Color information

#CAF188 (or 0xCAF188) is unknown color: approx Sulu. HEX triplet: CA, F1 and 88. RGB value is (202,241,136). Sum of RGB (Red+Green+Blue) = 202+241+136=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 241 (94.53% from 255 or 41.62% from 579); Blue value is 136 (53.52% from 255 or 23.49% from 579); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF188 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF188 is #350E77. Grayscale: #D9D9D9. Windows color (decimal): -3477112 or 8974794. OLE color: 8974794.

HSL color Cylindrical-coordinate representation of color #CAF188: hue angle of 82.29º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CAF188 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB202241136-
CMYK0.1600.440.05
HSL82.29º78.95%73.92%-
HSV(B)82.29º43.57%94.51%-
XYZ60.2677.2435.03-
YUV217.3782.08117.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 241 (94.53% from 255) = 41.62%
BLUE value IS 136 (53.52% from 255) = 23.49%
R=34.89%
G=41.62%
B=23.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022411360.1600.440.0582.2978.9573.92
HexCAF1881002C5524f4a
Octal312361210200545122117112
Binary110010101111000110001000100000101100101101001010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF188; }

 p { color: rgb(202,241,136); }

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

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

 a { background-color: rgb(202,241,136); }

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

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

 span { border-color: rgb(202,241,136); }

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