Html Css Color HEX #CDEF8F Reef

📋 copy color: '#CDEF8F'

red 205 ◦ green 239 ◦ blue 143

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

Shades of Reef #CDEF8F

Tints of Reef #CDEF8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.36%

R = 34.92%
G = 40.72%
B = 24.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#CDEF8F (or 0xCDEF8F) is known color: Reef. HEX triplet: CD, EF and 8F. RGB value is (205,239,143). Sum of RGB (Red+Green+Blue) = 205+239+143=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 143 (56.25% from 255 or 24.36% from 587); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEF8F is #321070. Grayscale: #DADADA. Windows color (decimal): -3281009 or 9433037. OLE color: 9433037.

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

Color convert

RGB 205 239 143 -
CMYK 0.14 0 0.40 0.06
HSL 81.25º 0.75% 0.75% -
HSV(B) 81.25º 0.4% 0.94% -
XYZ 61 76.7 37.58 -
YUV 217.89 85.74 118.81 -
System Red Green Blue C M Y K H S L
Decimal 205 239 143 0.14 0 0.40 0.06 81.25 0.75 0.75
Hex CD EF 8F E 0 28 6 51 4B 4B
Octal 315 357 217 16 0 50 6 121 113 113
Binary 11001101 11101111 10001111 1110 0 101000 110 1010001 1001011 1001011

Color Harmonies of #CDEF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEF8F

Black with #CDEF8F

Text Example


Text Example

White with #CDEF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEF8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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