Html Css Color HEX #CDEF9F Reef

📋 copy color: '#CDEF9F'

red 205 ◦ green 239 ◦ blue 159

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

Shades of Reef #CDEF9F

Tints of Reef #CDEF9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 26.37%

R = 34%
G = 39.64%
B = 26.37%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#CDEF9F (or 0xCDEF9F) is known color: Reef. HEX triplet: CD, EF and 9F. RGB value is (205,239,159). Sum of RGB (Red+Green+Blue) = 205+239+159=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 239 (93.75% from 255 or 39.64% from 603); Blue value is 159 (62.5% from 255 or 26.37% from 603); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEF9F is #321060. Grayscale: #DCDCDC. Windows color (decimal): -3280993 or 10481613. OLE color: 10481613.

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

Color convert

RGB 205 239 159 -
CMYK 0.14 0 0.33 0.06
HSL 85.5º 0.71% 0.78% -
HSV(B) 85.5º 0.33% 0.94% -
XYZ 62.3 77.22 44.42 -
YUV 219.71 93.74 117.5 -
System Red Green Blue C M Y K H S L
Decimal 205 239 159 0.14 0 0.33 0.06 85.5 0.71 0.78
Hex CD EF 9F E 0 21 6 56 47 4E
Octal 315 357 237 16 0 41 6 126 107 116
Binary 11001101 11101111 10011111 1110 0 100001 110 1010110 1000111 1001110

Color Harmonies of #CDEF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEF9F

Black with #CDEF9F

Text Example


Text Example

White with #CDEF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEF9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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