Html Css Color HEX #CFD002 Bird Flower

📋 copy color: '#CFD002'

red 207 ◦ green 208 ◦ blue 2

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

Shades of Bird Flower #CFD002

Tints of Bird Flower #CFD002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 49.64%
G = 49.88%
B = 0.48%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#CFD002 (or 0xCFD002) is known color: Bird Flower. HEX triplet: CF, D0 and 02. RGB value is (207,208,2). Sum of RGB (Red+Green+Blue) = 207+208+2=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 2 (1.17% from 255 or 0.48% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD002 is #302FFD. Grayscale: #B9B9B9. Windows color (decimal): -3158014 or 184527. OLE color: 184527.

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

Color convert

RGB 207 208 2 -
CMYK 0.00 0 0.99 0.18
HSL 60.29º 0.98% 0.41% -
HSV(B) 60.29º 0.99% 0.82% -
XYZ 48.3 58.38 8.78 -
YUV 184.22 25.17 144.25 -
System Red Green Blue C M Y K H S L
Decimal 207 208 2 0.00 0 0.99 0.18 60.29 0.98 0.41
Hex CF D0 2 0 0 63 12 3C 62 29
Octal 317 320 2 0 0 143 22 74 142 51
Binary 11001111 11010000 10 0 0 1100011 10010 111100 1100010 101001

Color Harmonies of #CFD002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD002

Black with #CFD002

Text Example


Text Example

White with #CFD002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD002; }

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

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

background-color css

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

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

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

border-color css

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

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

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