Html Css Color HEX #CFD622 Bitter Lemon

📋 copy color: '#CFD622'

red 207 ◦ green 214 ◦ blue 34

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

Shades of Bitter Lemon #CFD622

Tints of Bitter Lemon #CFD622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.47%

R = 45.49%
G = 47.03%
B = 7.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#CFD622 (or 0xCFD622) is known color: Bitter Lemon. HEX triplet: CF, D6 and 22. RGB value is (207,214,34). Sum of RGB (Red+Green+Blue) = 207+214+34=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 34 (13.67% from 255 or 7.47% from 455); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD622 is #3029DD. Grayscale: #C0C0C0. Windows color (decimal): -3156446 or 2283215. OLE color: 2283215.

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

Color convert

RGB 207 214 34 -
CMYK 0.03 0 0.84 0.16
HSL 62.33º 0.73% 0.49% -
HSV(B) 62.33º 0.84% 0.84% -
XYZ 50.07 61.47 10.74 -
YUV 191.39 39.18 139.14 -
System Red Green Blue C M Y K H S L
Decimal 207 214 34 0.03 0 0.84 0.16 62.33 0.73 0.49
Hex CF D6 22 3 0 54 10 3E 49 31
Octal 317 326 42 3 0 124 20 76 111 61
Binary 11001111 11010110 100010 11 0 1010100 10000 111110 1001001 110001

Color Harmonies of #CFD622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD622

Black with #CFD622

Text Example


Text Example

White with #CFD622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD622; }

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

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

background-color css

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

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

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

border-color css

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

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

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