Html Css Color HEX #CFD425 Bitter Lemon

📋 copy color: '#CFD425'

red 207 ◦ green 212 ◦ blue 37

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

Shades of Bitter Lemon #CFD425

Tints of Bitter Lemon #CFD425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.11%

R = 45.39%
G = 46.49%
B = 8.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#CFD425 (or 0xCFD425) is known color: Bitter Lemon. HEX triplet: CF, D4 and 25. RGB value is (207,212,37). Sum of RGB (Red+Green+Blue) = 207+212+37=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 37 (14.84% from 255 or 8.11% from 456); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD425 is #302BDA. Grayscale: #BFBFBF. Windows color (decimal): -3156955 or 2479311. OLE color: 2479311.

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

Color convert

RGB 207 212 37 -
CMYK 0.02 0 0.83 0.17
HSL 61.71º 0.7% 0.49% -
HSV(B) 61.71º 0.83% 0.83% -
XYZ 49.61 60.49 10.81 -
YUV 190.56 41.34 139.73 -
System Red Green Blue C M Y K H S L
Decimal 207 212 37 0.02 0 0.83 0.17 61.71 0.7 0.49
Hex CF D4 25 2 0 53 11 3E 46 31
Octal 317 324 45 2 0 123 21 76 106 61
Binary 11001111 11010100 100101 10 0 1010011 10001 111110 1000110 110001

Color Harmonies of #CFD425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD425

Black with #CFD425

Text Example


Text Example

White with #CFD425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD425; }

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

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

background-color css

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

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

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

border-color css

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

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

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