Html Css Color HEX #CAFF90 Reef

📋 copy color: '#CAFF90'

red 202 ◦ green 255 ◦ blue 144

#CAFF90
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CAFF90

Tints of Reef #CAFF90

RGB

 RED value IS 202 (79.3% 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 value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#CAFF90 (or 0xCAFF90) is known color: 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

RGB 202 255 144 -
CMYK 0.21 0 0.44 0
HSL 88.65º 1% 0.78% -
HSV(B) 88.65º 0.44% 1% -
XYZ 65.15 86.09 39.57 -
YUV 226.5 81.44 110.53 -
System Red Green Blue C M Y K H S L
Decimal 202 255 144 0.21 0 0.44 0 88.65 1 0.78
Hex CA FF 90 15 0 2C 0 59 64 4E
Octal 312 377 220 25 0 54 0 131 144 116
Binary 11001010 11111111 10010000 10101 0 101100 0 1011001 1100100 1001110

Color Harmonies of #CAFF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFF90

Black with #CAFF90

Text Example


Text Example

White with #CAFF90

Text Example


Text Example

HTML Codes & Css Web 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>