Html Css Color HEX #CFE25F Mindaro

📋 copy color: '#CFE25F'

red 207 ◦ green 226 ◦ blue 95

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

Shades of Mindaro #CFE25F

Tints of Mindaro #CFE25F

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.8%

 BLUE value IS 95 (37.5% from 255) = 17.99%

R = 39.2%
G = 42.8%
B = 17.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#CFE25F (or 0xCFE25F) is known color: Mindaro. HEX triplet: CF, E2 and 5F. RGB value is (207,226,95). Sum of RGB (Red+Green+Blue) = 207+226+95=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 226 (88.67% from 255 or 42.80% from 528); Blue value is 95 (37.5% from 255 or 17.99% from 528); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE25F is #301DA0. Grayscale: #CDCDCD. Windows color (decimal): -3153313 or 6283983. OLE color: 6283983.

HSL color Cylindrical-coordinate representation of color #CFE25F: hue angle of 68.7º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFE25F is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 226 95 -
CMYK 0.08 0 0.58 0.11
HSL 68.7º 0.69% 0.63% -
HSV(B) 68.7º 0.58% 0.89% -
XYZ 54.99 68.48 21.15 -
YUV 205.39 65.71 129.15 -
System Red Green Blue C M Y K H S L
Decimal 207 226 95 0.08 0 0.58 0.11 68.7 0.69 0.63
Hex CF E2 5F 8 0 3A B 45 45 3F
Octal 317 342 137 10 0 72 13 105 105 77
Binary 11001111 11100010 1011111 1000 0 111010 1011 1000101 1000101 111111

Color Harmonies of #CFE25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE25F

Black with #CFE25F

Text Example


Text Example

White with #CFE25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE25F; }

 p { color: rgb(207,226,95); }

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

background-color css

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

 a { background-color: rgb(207,226,95); }

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

border-color css

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

 span { border-color: rgb(207,226,95); }

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