#CAFD7D

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

Shades of Sulu #CAFD7D

Tints of Sulu #CAFD7D

Color information

#CAFD7D (or 0xCAFD7D) is unknown color: approx Sulu. HEX triplet: CA, FD and 7D. RGB value is (202,253,125). Sum of RGB (Red+Green+Blue) = 202+253+125=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 253 (99.22% from 255 or 43.62% from 580); Blue value is 125 (49.22% from 255 or 21.55% from 580); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFD7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFD7D is #350282. Grayscale: #DFDFDF. Windows color (decimal): -3474051 or 8256970. OLE color: 8256970.

HSL color Cylindrical-coordinate representation of color #CAFD7D: hue angle of 83.91º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAFD7D is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB202253125-
CMYK0.2000.510.01
HSL83.91º96.97%74.12%-
HSV(B)83.91º50.59%99.22%-
XYZ63.1884.2932.34-
YUV223.1672.6112.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 253 (99.22% from 255) = 43.62%
BLUE value IS 125 (49.22% from 255) = 21.55%
R=34.83%
G=43.62%
B=21.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022531250.2000.510.0183.9196.9774.12
HexCAFD7D14033154614a
Octal312375175240631124141112
Binary110010101111110111111011010001100111101010011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFD7D; }

 p { color: rgb(202,253,125); }

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

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

 a { background-color: rgb(202,253,125); }

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

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

 span { border-color: rgb(202,253,125); }

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