Html Css Color HEX #CFD001 Bird Flower

📋 copy color: '#CFD001'

red 207 ◦ green 208 ◦ blue 1

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

Shades of Bird Flower #CFD001

Tints of Bird Flower #CFD001

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 49.76%
G = 50%
B = 0.24%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#CFD001 (or 0xCFD001) is known color: Bird Flower. HEX triplet: CF, D0 and 01. RGB value is (207,208,1). Sum of RGB (Red+Green+Blue) = 207+208+1=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 208 (81.64% from 255 or 50% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD001 is #302FFE. Grayscale: #B8B8B8. Windows color (decimal): -3158015 or 118991. OLE color: 118991.

HSL color Cylindrical-coordinate representation of color #CFD001: hue angle of 60.29º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFD001 is Cyan = 0.00, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 208 1 -
CMYK 0.00 0 1.00 0.18
HSL 60.29º 0.99% 0.41% -
HSV(B) 60.29º 1% 0.82% -
XYZ 48.29 58.38 8.75 -
YUV 184.1 24.67 144.33 -
System Red Green Blue C M Y K H S L
Decimal 207 208 1 0.00 0 1.00 0.18 60.29 0.99 0.41
Hex CF D0 1 0 0 64 12 3C 63 29
Octal 317 320 1 0 0 144 22 74 143 51
Binary 11001111 11010000 1 0 0 1100100 10010 111100 1100011 101001

Color Harmonies of #CFD001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD001

Black with #CFD001

Text Example


Text Example

White with #CFD001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD001; }

 p { color: rgb(207,208,1); }

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

background-color css

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

 a { background-color: rgb(207,208,1); }

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

border-color css

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

 span { border-color: rgb(207,208,1); }

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