Html Css Color HEX #CFDD98 Reef

📋 copy color: '#CFDD98'

red 207 ◦ green 221 ◦ blue 152

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

Shades of Reef #CFDD98

Tints of Reef #CFDD98

RGB

 RED value IS 207 (81.25% from 255) = 35.69%

 GREEN value IS 221 (86.72% from 255) = 38.1%

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

R = 35.69%
G = 38.1%
B = 26.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#CFDD98 (or 0xCFDD98) is known color: Reef. HEX triplet: CF, DD and 98. RGB value is (207,221,152). Sum of RGB (Red+Green+Blue) = 207+221+152=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 152 (59.77% from 255 or 26.21% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDD98 is #302267. Grayscale: #D1D1D1. Windows color (decimal): -3154536 or 10018255. OLE color: 10018255.

HSL color Cylindrical-coordinate representation of color #CFDD98: hue angle of 72.17º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFDD98 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 221 152 -
CMYK 0.06 0 0.31 0.13
HSL 72.17º 0.5% 0.73% -
HSV(B) 72.17º 0.31% 0.87% -
XYZ 57.26 67.25 39.67 -
YUV 208.95 95.86 126.61 -
System Red Green Blue C M Y K H S L
Decimal 207 221 152 0.06 0 0.31 0.13 72.17 0.5 0.73
Hex CF DD 98 6 0 1F D 48 32 49
Octal 317 335 230 6 0 37 15 110 62 111
Binary 11001111 11011101 10011000 110 0 11111 1101 1001000 110010 1001001

Color Harmonies of #CFDD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDD98

Black with #CFDD98

Text Example


Text Example

White with #CFDD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDD98; }

 p { color: rgb(207,221,152); }

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

background-color css

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

 a { background-color: rgb(207,221,152); }

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

border-color css

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

 span { border-color: rgb(207,221,152); }

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