Html Css Color HEX #CFDA00 Bird Flower

📋 copy color: '#CFDA00'

red 207 ◦ green 218 ◦ blue 0

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

Shades of Bird Flower #CFDA00

Tints of Bird Flower #CFDA00

RGB

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

 GREEN value IS 218 (85.55% from 255) = 51.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.71%
G = 51.29%
B = 0%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#CFDA00 (or 0xCFDA00) is known color: Bird Flower. HEX triplet: CF, DA and 00. RGB value is (207,218,0). Sum of RGB (Red+Green+Blue) = 207+218+0=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 218 (85.55% from 255 or 51.29% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDA00 is #3025FF. Grayscale: #BEBEBE. Windows color (decimal): -3155456 or 56015. OLE color: 56015.

HSL color Cylindrical-coordinate representation of color #CFDA00: hue angle of 63.03º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFDA00 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 218 0 -
CMYK 0.05 0 1 0.15
HSL 63.03º 1% 0.43% -
HSV(B) 63.03º 1% 0.85% -
XYZ 50.8 63.41 9.56 -
YUV 189.86 20.86 140.23 -
System Red Green Blue C M Y K H S L
Decimal 207 218 0 0.05 0 1 0.15 63.03 1 0.43
Hex CF DA 0 5 0 64 F 3F 64 2B
Octal 317 332 0 5 0 144 17 77 144 53
Binary 11001111 11011010 0 101 0 1100100 1111 111111 1100100 101011

Color Harmonies of #CFDA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDA00

Black with #CFDA00

Text Example


Text Example

White with #CFDA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDA00; }

 p { color: rgb(207,218,0); }

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

background-color css

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

 a { background-color: rgb(207,218,0); }

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

border-color css

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

 span { border-color: rgb(207,218,0); }

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