Html Css Color HEX #CFD248 Wattle

📋 copy color: '#CFD248'

red 207 ◦ green 210 ◦ blue 72

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

Shades of Wattle #CFD248

Tints of Wattle #CFD248

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.94%

 BLUE value IS 72 (28.52% from 255) = 14.72%

R = 42.33%
G = 42.94%
B = 14.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#CFD248 (or 0xCFD248) is known color: Wattle. HEX triplet: CF, D2 and 48. RGB value is (207,210,72). Sum of RGB (Red+Green+Blue) = 207+210+72=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 72 (28.52% from 255 or 14.72% from 489); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD248 is #302DB7. Grayscale: #C1C1C1. Windows color (decimal): -3157432 or 4772559. OLE color: 4772559.

HSL color Cylindrical-coordinate representation of color #CFD248: hue angle of 61.3º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFD248 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 210 72 -
CMYK 0.01 0 0.66 0.18
HSL 61.3º 0.61% 0.55% -
HSV(B) 61.3º 0.66% 0.82% -
XYZ 49.95 59.83 15.05 -
YUV 193.37 59.51 137.72 -
System Red Green Blue C M Y K H S L
Decimal 207 210 72 0.01 0 0.66 0.18 61.3 0.61 0.55
Hex CF D2 48 1 0 42 12 3D 3D 37
Octal 317 322 110 1 0 102 22 75 75 67
Binary 11001111 11010010 1001000 1 0 1000010 10010 111101 111101 110111

Color Harmonies of #CFD248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD248

Black with #CFD248

Text Example


Text Example

White with #CFD248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD248; }

 p { color: rgb(207,210,72); }

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

background-color css

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

 a { background-color: rgb(207,210,72); }

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

border-color css

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

 span { border-color: rgb(207,210,72); }

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