Html Css Color HEX #CFE125 Pear

📋 copy color: '#CFE125'

red 207 ◦ green 225 ◦ blue 37

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

Shades of Pear #CFE125

Tints of Pear #CFE125

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.97%

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

R = 44.14%
G = 47.97%
B = 7.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#CFE125 (or 0xCFE125) is known color: Pear. HEX triplet: CF, E1 and 25. RGB value is (207,225,37). Sum of RGB (Red+Green+Blue) = 207+225+37=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 225 (88.28% from 255 or 47.97% from 469); Blue value is 37 (14.84% from 255 or 7.89% from 469); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE125 is #301EDA. Grayscale: #C6C6C6. Windows color (decimal): -3153627 or 2482639. OLE color: 2482639.

HSL color Cylindrical-coordinate representation of color #CFE125: hue angle of 65.74º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CFE125 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 225 37 -
CMYK 0.08 0 0.84 0.12
HSL 65.74º 0.76% 0.51% -
HSV(B) 65.74º 0.84% 0.88% -
XYZ 52.99 67.25 11.94 -
YUV 198.19 37.04 134.29 -
System Red Green Blue C M Y K H S L
Decimal 207 225 37 0.08 0 0.84 0.12 65.74 0.76 0.51
Hex CF E1 25 8 0 54 C 42 4C 33
Octal 317 341 45 10 0 124 14 102 114 63
Binary 11001111 11100001 100101 1000 0 1010100 1100 1000010 1001100 110011

Color Harmonies of #CFE125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE125

Black with #CFE125

Text Example


Text Example

White with #CFE125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE125; }

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

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

background-color css

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

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

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

border-color css

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

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

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