Html Css Color HEX #CDEF9D Reef

📋 copy color: '#CDEF9D'

red 205 ◦ green 239 ◦ blue 157

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

Shades of Reef #CDEF9D

Tints of Reef #CDEF9D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.77%

 BLUE value IS 157 (61.72% from 255) = 26.12%

R = 34.11%
G = 39.77%
B = 26.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#CDEF9D (or 0xCDEF9D) is known color: Reef. HEX triplet: CD, EF and 9D. RGB value is (205,239,157). Sum of RGB (Red+Green+Blue) = 205+239+157=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 239 (93.75% from 255 or 39.77% from 601); Blue value is 157 (61.72% from 255 or 26.12% from 601); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEF9D is #321062. Grayscale: #DBDBDB. Windows color (decimal): -3280995 or 10350541. OLE color: 10350541.

HSL color Cylindrical-coordinate representation of color #CDEF9D: hue angle of 84.88º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDEF9D is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 239 157 -
CMYK 0.14 0 0.34 0.06
HSL 84.88º 0.72% 0.78% -
HSV(B) 84.88º 0.34% 0.94% -
XYZ 62.13 77.15 43.51 -
YUV 219.49 92.74 117.67 -
System Red Green Blue C M Y K H S L
Decimal 205 239 157 0.14 0 0.34 0.06 84.88 0.72 0.78
Hex CD EF 9D E 0 22 6 55 48 4E
Octal 315 357 235 16 0 42 6 125 110 116
Binary 11001101 11101111 10011101 1110 0 100010 110 1010101 1001000 1001110

Color Harmonies of #CDEF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEF9D

Black with #CDEF9D

Text Example


Text Example

White with #CDEF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEF9D; }

 p { color: rgb(205,239,157); }

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

background-color css

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

 a { background-color: rgb(205,239,157); }

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

border-color css

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

 span { border-color: rgb(205,239,157); }

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