Html Css Color HEX #CFDB98 Reef

📋 copy color: '#CFDB98'

red 207 ◦ green 219 ◦ blue 152

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

Shades of Reef #CFDB98

Tints of Reef #CFDB98

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.89%

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

R = 35.81%
G = 37.89%
B = 26.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#CFDB98 (or 0xCFDB98) is known color: Reef. HEX triplet: CF, DB and 98. RGB value is (207,219,152). Sum of RGB (Red+Green+Blue) = 207+219+152=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 152 (59.77% from 255 or 26.30% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDB98 is #302467. Grayscale: #D0D0D0. Windows color (decimal): -3155048 or 10017743. OLE color: 10017743.

HSL color Cylindrical-coordinate representation of color #CFDB98: hue angle of 70.75º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFDB98 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 219 152 -
CMYK 0.05 0 0.31 0.14
HSL 70.75º 0.48% 0.73% -
HSV(B) 70.75º 0.31% 0.86% -
XYZ 56.73 66.2 39.49 -
YUV 207.77 96.52 127.45 -
System Red Green Blue C M Y K H S L
Decimal 207 219 152 0.05 0 0.31 0.14 70.75 0.48 0.73
Hex CF DB 98 5 0 1F E 47 30 49
Octal 317 333 230 5 0 37 16 107 60 111
Binary 11001111 11011011 10011000 101 0 11111 1110 1000111 110000 1001001

Color Harmonies of #CFDB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDB98

Black with #CFDB98

Text Example


Text Example

White with #CFDB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDB98; }

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

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

background-color css

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

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

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

border-color css

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

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

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