Html Css Color HEX #CAE594 Reef

📋 copy color: '#CAE594'

red 202 ◦ green 229 ◦ blue 148

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

Shades of Reef #CAE594

Tints of Reef #CAE594

RGB

 RED value IS 202 (79.3% from 255) = 34.89%

 GREEN value IS 229 (89.84% from 255) = 39.55%

 BLUE value IS 148 (58.2% from 255) = 25.56%

R = 34.89%
G = 39.55%
B = 25.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#CAE594 (or 0xCAE594) is known color: Reef. HEX triplet: CA, E5 and 94. RGB value is (202,229,148). Sum of RGB (Red+Green+Blue) = 202+229+148=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 229 (89.84% from 255 or 39.55% from 579); Blue value is 148 (58.20% from 255 or 25.56% from 579); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE594 is #351A6B. Grayscale: #D3D3D3. Windows color (decimal): -3480172 or 9758154. OLE color: 9758154.

HSL color Cylindrical-coordinate representation of color #CAE594: hue angle of 80º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAE594 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 229 148 -
CMYK 0.12 0 0.35 0.10
HSL 80º 0.61% 0.74% -
HSV(B) 80º 0.35% 0.9% -
XYZ 57.72 70.73 38.63 -
YUV 211.69 92.05 121.09 -
System Red Green Blue C M Y K H S L
Decimal 202 229 148 0.12 0 0.35 0.10 80 0.61 0.74
Hex CA E5 94 C 0 23 A 50 3D 4A
Octal 312 345 224 14 0 43 12 120 75 112
Binary 11001010 11100101 10010100 1100 0 100011 1010 1010000 111101 1001010

Color Harmonies of #CAE594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE594

Black with #CAE594

Text Example


Text Example

White with #CAE594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE594; }

 p { color: rgb(202,229,148); }

 H1.HeaderClassName
 {
   color: #CAE594;
 }
 .AnyTagClassName
 {
   color: #CAE594;
 }
</style>

background-color css

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

 a { background-color: rgb(202,229,148); }

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

border-color css

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

 span { border-color: rgb(202,229,148); }

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