Html Css Color HEX #CDEF98 Reef

📋 copy color: '#CDEF98'

red 205 ◦ green 239 ◦ blue 152

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

Shades of Reef #CDEF98

Tints of Reef #CDEF98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 25.5%

R = 34.4%
G = 40.1%
B = 25.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#CDEF98 (or 0xCDEF98) is known color: Reef. HEX triplet: CD, EF and 98. RGB value is (205,239,152). Sum of RGB (Red+Green+Blue) = 205+239+152=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 152 (59.77% from 255 or 25.50% from 596); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEF98 is #321067. Grayscale: #DBDBDB. Windows color (decimal): -3281000 or 10022861. OLE color: 10022861.

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

Color convert

RGB 205 239 152 -
CMYK 0.14 0 0.36 0.06
HSL 83.45º 0.73% 0.77% -
HSV(B) 83.45º 0.36% 0.94% -
XYZ 61.71 76.98 41.31 -
YUV 218.92 90.24 118.07 -
System Red Green Blue C M Y K H S L
Decimal 205 239 152 0.14 0 0.36 0.06 83.45 0.73 0.77
Hex CD EF 98 E 0 24 6 53 49 4D
Octal 315 357 230 16 0 44 6 123 111 115
Binary 11001101 11101111 10011000 1110 0 100100 110 1010011 1001001 1001101

Color Harmonies of #CDEF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEF98

Black with #CDEF98

Text Example


Text Example

White with #CDEF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEF98; }

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

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

background-color css

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

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

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

border-color css

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

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

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