Html Css Color HEX #CFD62E Bitter Lemon

📋 copy color: '#CFD62E'

red 207 ◦ green 214 ◦ blue 46

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

Shades of Bitter Lemon #CFD62E

Tints of Bitter Lemon #CFD62E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.85%

R = 44.33%
G = 45.82%
B = 9.85%

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

#CFD62E (or 0xCFD62E) is known color: Bitter Lemon. HEX triplet: CF, D6 and 2E. RGB value is (207,214,46). Sum of RGB (Red+Green+Blue) = 207+214+46=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 46 (18.36% from 255 or 9.85% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD62E is #3029D1. Grayscale: #C1C1C1. Windows color (decimal): -3156434 or 3069647. OLE color: 3069647.

HSL color Cylindrical-coordinate representation of color #CFD62E: hue angle of 62.5º 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 #CFD62E is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 214 46 -
CMYK 0.03 0 0.79 0.16
HSL 62.5º 0.67% 0.51% -
HSV(B) 62.5º 0.79% 0.84% -
XYZ 50.27 61.56 11.82 -
YUV 192.76 45.18 138.16 -
System Red Green Blue C M Y K H S L
Decimal 207 214 46 0.03 0 0.79 0.16 62.5 0.67 0.51
Hex CF D6 2E 3 0 4F 10 3F 43 33
Octal 317 326 56 3 0 117 20 77 103 63
Binary 11001111 11010110 101110 11 0 1001111 10000 111111 1000011 110011

Color Harmonies of #CFD62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD62E

Black with #CFD62E

Text Example


Text Example

White with #CFD62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD62E; }

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

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

background-color css

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

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

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

border-color css

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

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

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