Html Css Color HEX #CDE194 Reef

📋 copy color: '#CDE194'

red 205 ◦ green 225 ◦ blue 148

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

Shades of Reef #CDE194

Tints of Reef #CDE194

RGB

 RED value IS 205 (80.47% from 255) = 35.47%

 GREEN value IS 225 (88.28% from 255) = 38.93%

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

R = 35.47%
G = 38.93%
B = 25.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#CDE194 (or 0xCDE194) is known color: Reef. HEX triplet: CD, E1 and 94. RGB value is (205,225,148). Sum of RGB (Red+Green+Blue) = 205+225+148=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 225 (88.28% from 255 or 38.93% from 578); Blue value is 148 (58.20% from 255 or 25.61% from 578); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE194 is #321E6B. Grayscale: #D2D2D2. Windows color (decimal): -3284588 or 9757133. OLE color: 9757133.

HSL color Cylindrical-coordinate representation of color #CDE194: hue angle of 75.58º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDE194 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 225 148 -
CMYK 0.09 0 0.34 0.12
HSL 75.58º 0.56% 0.73% -
HSV(B) 75.58º 0.34% 0.88% -
XYZ 57.45 68.97 38.3 -
YUV 210.24 92.87 124.26 -
System Red Green Blue C M Y K H S L
Decimal 205 225 148 0.09 0 0.34 0.12 75.58 0.56 0.73
Hex CD E1 94 9 0 22 C 4C 38 49
Octal 315 341 224 11 0 42 14 114 70 111
Binary 11001101 11100001 10010100 1001 0 100010 1100 1001100 111000 1001001

Color Harmonies of #CDE194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE194

Black with #CDE194

Text Example


Text Example

White with #CDE194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE194; }

 p { color: rgb(205,225,148); }

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

background-color css

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

 a { background-color: rgb(205,225,148); }

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

border-color css

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

 span { border-color: rgb(205,225,148); }

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