Html Css Color HEX #CDEF96 Reef

📋 copy color: '#CDEF96'

red 205 ◦ green 239 ◦ blue 150

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

Shades of Reef #CDEF96

Tints of Reef #CDEF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.25%

R = 34.51%
G = 40.24%
B = 25.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#CDEF96 (or 0xCDEF96) is known color: Reef. HEX triplet: CD, EF and 96. RGB value is (205,239,150). Sum of RGB (Red+Green+Blue) = 205+239+150=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 239 (93.75% from 255 or 40.24% from 594); Blue value is 150 (58.98% from 255 or 25.25% from 594); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEF96 is #321069. Grayscale: #DBDBDB. Windows color (decimal): -3281002 or 9891789. OLE color: 9891789.

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

Color convert

RGB 205 239 150 -
CMYK 0.14 0 0.37 0.06
HSL 82.92º 0.74% 0.76% -
HSV(B) 82.92º 0.37% 0.94% -
XYZ 61.55 76.91 40.46 -
YUV 218.69 89.24 118.24 -
System Red Green Blue C M Y K H S L
Decimal 205 239 150 0.14 0 0.37 0.06 82.92 0.74 0.76
Hex CD EF 96 E 0 25 6 53 4A 4C
Octal 315 357 226 16 0 45 6 123 112 114
Binary 11001101 11101111 10010110 1110 0 100101 110 1010011 1001010 1001100

Color Harmonies of #CDEF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEF96

Black with #CDEF96

Text Example


Text Example

White with #CDEF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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