Html Css Color HEX #CDEF93 Reef

📋 copy color: '#CDEF93'

red 205 ◦ green 239 ◦ blue 147

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

Shades of Reef #CDEF93

Tints of Reef #CDEF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.87%

R = 34.69%
G = 40.44%
B = 24.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#CDEF93 (or 0xCDEF93) is known color: Reef. HEX triplet: CD, EF and 93. RGB value is (205,239,147). Sum of RGB (Red+Green+Blue) = 205+239+147=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 239 (93.75% from 255 or 40.44% from 591); Blue value is 147 (57.81% from 255 or 24.87% from 591); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEF93 is #32106C. Grayscale: #DADADA. Windows color (decimal): -3281005 or 9695181. OLE color: 9695181.

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

Color convert

RGB 205 239 147 -
CMYK 0.14 0 0.38 0.06
HSL 82.17º 0.74% 0.76% -
HSV(B) 82.17º 0.38% 0.94% -
XYZ 61.31 76.82 39.2 -
YUV 218.35 87.74 118.48 -
System Red Green Blue C M Y K H S L
Decimal 205 239 147 0.14 0 0.38 0.06 82.17 0.74 0.76
Hex CD EF 93 E 0 26 6 52 4A 4C
Octal 315 357 223 16 0 46 6 122 112 114
Binary 11001101 11101111 10010011 1110 0 100110 110 1010010 1001010 1001100

Color Harmonies of #CDEF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEF93

Black with #CDEF93

Text Example


Text Example

White with #CDEF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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