#CAFF7B

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

Shades of Sulu #CAFF7B

Tints of Sulu #CAFF7B

Color information

#CAFF7B (or 0xCAFF7B) is unknown color: approx Sulu. HEX triplet: CA, FF and 7B. RGB value is (202,255,123). Sum of RGB (Red+Green+Blue) = 202+255+123=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 123 (48.44% from 255 or 21.21% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFF7B is #350084. Grayscale: #E0E0E0. Windows color (decimal): -3473541 or 8126410. OLE color: 8126410.

HSL color Cylindrical-coordinate representation of color #CAFF7B: hue angle of 84.09º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CAFF7B is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.

Color convert

RGB202255123-
CMYK0.2100.520
HSL84.09º100%74.12%-
HSV(B)84.09º51.76%100%-
XYZ63.6985.5131.89-
YUV224.170.94112.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 255 (100% from 255) = 43.97%
BLUE value IS 123 (48.44% from 255) = 21.21%
R=34.83%
G=43.97%
B=21.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022551230.2100.52084.0910074.12
HexCAFF7B15034054644a
Octal312377173250640124144112
Binary110010101111111111110111010101101000101010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFF7B; }

 p { color: rgb(202,255,123); }

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

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

 a { background-color: rgb(202,255,123); }

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

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

 span { border-color: rgb(202,255,123); }

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