Html Css Color HEX #CFD62D Bitter Lemon

📋 copy color: '#CFD62D'

red 207 ◦ green 214 ◦ blue 45

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

Shades of Bitter Lemon #CFD62D

Tints of Bitter Lemon #CFD62D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.92%

 BLUE value IS 45 (17.97% from 255) = 9.66%

R = 44.42%
G = 45.92%
B = 9.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#CFD62D (or 0xCFD62D) is known color: Bitter Lemon. HEX triplet: CF, D6 and 2D. RGB value is (207,214,45). Sum of RGB (Red+Green+Blue) = 207+214+45=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 45 (17.97% from 255 or 9.66% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD62D is #3029D2. Grayscale: #C1C1C1. Windows color (decimal): -3156435 or 3004111. OLE color: 3004111.

HSL color Cylindrical-coordinate representation of color #CFD62D: hue angle of 62.49º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFD62D is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 214 45 -
CMYK 0.03 0 0.79 0.16
HSL 62.49º 0.67% 0.51% -
HSV(B) 62.49º 0.79% 0.84% -
XYZ 50.25 61.55 11.71 -
YUV 192.64 44.68 138.24 -
System Red Green Blue C M Y K H S L
Decimal 207 214 45 0.03 0 0.79 0.16 62.49 0.67 0.51
Hex CF D6 2D 3 0 4F 10 3E 43 33
Octal 317 326 55 3 0 117 20 76 103 63
Binary 11001111 11010110 101101 11 0 1001111 10000 111110 1000011 110011

Color Harmonies of #CFD62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD62D

Black with #CFD62D

Text Example


Text Example

White with #CFD62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD62D; }

 p { color: rgb(207,214,45); }

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

background-color css

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

 a { background-color: rgb(207,214,45); }

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

border-color css

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

 span { border-color: rgb(207,214,45); }

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