Html Css Color HEX #CAE698 Reef

📋 copy color: '#CAE698'

red 202 ◦ green 230 ◦ blue 152

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

Shades of Reef #CAE698

Tints of Reef #CAE698

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.38%

 BLUE value IS 152 (59.77% from 255) = 26.03%

R = 34.59%
G = 39.38%
B = 26.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#CAE698 (or 0xCAE698) is known color: Reef. HEX triplet: CA, E6 and 98. RGB value is (202,230,152). Sum of RGB (Red+Green+Blue) = 202+230+152=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 230 (90.23% from 255 or 39.38% from 584); Blue value is 152 (59.77% from 255 or 26.03% from 584); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE698 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE698 is #351967. Grayscale: #D5D5D5. Windows color (decimal): -3479912 or 10020554. OLE color: 10020554.

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

Color convert

RGB 202 230 152 -
CMYK 0.12 0 0.34 0.10
HSL 81.54º 0.61% 0.75% -
HSV(B) 81.54º 0.34% 0.9% -
XYZ 58.32 71.42 40.42 -
YUV 212.74 93.72 120.34 -
System Red Green Blue C M Y K H S L
Decimal 202 230 152 0.12 0 0.34 0.10 81.54 0.61 0.75
Hex CA E6 98 C 0 22 A 52 3D 4B
Octal 312 346 230 14 0 42 12 122 75 113
Binary 11001010 11100110 10011000 1100 0 100010 1010 1010010 111101 1001011

Color Harmonies of #CAE698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE698

Black with #CAE698

Text Example


Text Example

White with #CAE698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE698; }

 p { color: rgb(202,230,152); }

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

background-color css

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

 a { background-color: rgb(202,230,152); }

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

border-color css

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

 span { border-color: rgb(202,230,152); }

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