#CAFF90

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

Shades of Reef #CAFF90

Tints of Reef #CAFF90

Color information

#CAFF90 (or 0xCAFF90) is unknown color: approx Reef. HEX triplet: CA, FF and 90. RGB value is (202,255,144). Sum of RGB (Red+Green+Blue) = 202+255+144=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 144 (56.64% from 255 or 23.96% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFF90 is #35006F. Grayscale: #E2E2E2. Windows color (decimal): -3473520 or 9502666. OLE color: 9502666.

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

Color convert

RGB202255144-
CMYK0.2100.440
HSL88.65º100%78.24%-
HSV(B)88.65º43.53%100%-
XYZ65.1586.0939.57-
YUV226.581.44110.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 255 (100% from 255) = 42.43%
BLUE value IS 144 (56.64% from 255) = 23.96%
R=33.61%
G=42.43%
B=23.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022551440.2100.44088.6510078.24
HexCAFF901502C059644e
Octal312377220250540131144116
Binary1100101011111111100100001010101011000101100111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFF90; }

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

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

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

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

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

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

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

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