Html Css Color HEX #CFDA35 Bitter Lemon

📋 copy color: '#CFDA35'

red 207 ◦ green 218 ◦ blue 53

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

Shades of Bitter Lemon #CFDA35

Tints of Bitter Lemon #CFDA35

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.61%

 BLUE value IS 53 (21.09% from 255) = 11.09%

R = 43.31%
G = 45.61%
B = 11.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#CFDA35 (or 0xCFDA35) is known color: Bitter Lemon. HEX triplet: CF, DA and 35. RGB value is (207,218,53). Sum of RGB (Red+Green+Blue) = 207+218+53=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 218 (85.55% from 255 or 45.61% from 478); Blue value is 53 (21.09% from 255 or 11.09% from 478); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDA35 is #3025CA. Grayscale: #C4C4C4. Windows color (decimal): -3155403 or 3529423. OLE color: 3529423.

HSL color Cylindrical-coordinate representation of color #CFDA35: hue angle of 64º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFDA35 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 218 53 -
CMYK 0.05 0 0.76 0.15
HSL 64º 0.69% 0.53% -
HSV(B) 64º 0.76% 0.85% -
XYZ 51.45 63.67 12.95 -
YUV 195.9 47.36 135.92 -
System Red Green Blue C M Y K H S L
Decimal 207 218 53 0.05 0 0.76 0.15 64 0.69 0.53
Hex CF DA 35 5 0 4C F 40 45 35
Octal 317 332 65 5 0 114 17 100 105 65
Binary 11001111 11011010 110101 101 0 1001100 1111 1000000 1000101 110101

Color Harmonies of #CFDA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDA35

Black with #CFDA35

Text Example


Text Example

White with #CFDA35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDA35; }

 p { color: rgb(207,218,53); }

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

background-color css

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

 a { background-color: rgb(207,218,53); }

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

border-color css

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

 span { border-color: rgb(207,218,53); }

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