Html Css Color HEX #CFD435 Bitter Lemon

📋 copy color: '#CFD435'

red 207 ◦ green 212 ◦ blue 53

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

Shades of Bitter Lemon #CFD435

Tints of Bitter Lemon #CFD435

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.92%

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

R = 43.86%
G = 44.92%
B = 11.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#CFD435 (or 0xCFD435) is known color: Bitter Lemon. HEX triplet: CF, D4 and 35. RGB value is (207,212,53). Sum of RGB (Red+Green+Blue) = 207+212+53=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 53 (21.09% from 255 or 11.23% from 472); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD435 is #302BCA. Grayscale: #C1C1C1. Windows color (decimal): -3156939 or 3527887. OLE color: 3527887.

HSL color Cylindrical-coordinate representation of color #CFD435: hue angle of 61.89º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFD435 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 212 53 -
CMYK 0.02 0 0.75 0.17
HSL 61.89º 0.65% 0.52% -
HSV(B) 61.89º 0.75% 0.83% -
XYZ 49.92 60.61 12.44 -
YUV 192.38 49.34 138.43 -
System Red Green Blue C M Y K H S L
Decimal 207 212 53 0.02 0 0.75 0.17 61.89 0.65 0.52
Hex CF D4 35 2 0 4B 11 3E 41 34
Octal 317 324 65 2 0 113 21 76 101 64
Binary 11001111 11010100 110101 10 0 1001011 10001 111110 1000001 110100

Color Harmonies of #CFD435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD435

Black with #CFD435

Text Example


Text Example

White with #CFD435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD435; }

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

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

background-color css

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

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

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

border-color css

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

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

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