Html Css Color HEX #CFDE3A Bitter Lemon

📋 copy color: '#CFDE3A'

red 207 ◦ green 222 ◦ blue 58

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

Shades of Bitter Lemon #CFDE3A

Tints of Bitter Lemon #CFDE3A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.59%

 BLUE value IS 58 (23.05% from 255) = 11.91%

R = 42.51%
G = 45.59%
B = 11.91%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#CFDE3A (or 0xCFDE3A) is known color: Bitter Lemon. HEX triplet: CF, DE and 3A. RGB value is (207,222,58). Sum of RGB (Red+Green+Blue) = 207+222+58=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 58 (23.05% from 255 or 11.91% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDE3A is #3021C5. Grayscale: #C7C7C7. Windows color (decimal): -3154374 or 3858127. OLE color: 3858127.

HSL color Cylindrical-coordinate representation of color #CFDE3A: hue angle of 65.49º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFDE3A is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 222 58 -
CMYK 0.07 0 0.74 0.13
HSL 65.49º 0.71% 0.55% -
HSV(B) 65.49º 0.74% 0.87% -
XYZ 52.62 65.81 13.93 -
YUV 198.82 48.53 133.84 -
System Red Green Blue C M Y K H S L
Decimal 207 222 58 0.07 0 0.74 0.13 65.49 0.71 0.55
Hex CF DE 3A 7 0 4A D 41 47 37
Octal 317 336 72 7 0 112 15 101 107 67
Binary 11001111 11011110 111010 111 0 1001010 1101 1000001 1000111 110111

Color Harmonies of #CFDE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDE3A

Black with #CFDE3A

Text Example


Text Example

White with #CFDE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDE3A; }

 p { color: rgb(207,222,58); }

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

background-color css

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

 a { background-color: rgb(207,222,58); }

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

border-color css

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

 span { border-color: rgb(207,222,58); }

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